#438472

Color #438472 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #438472

Tints of Viridian #438472

Color information

#438472 (or 0x438472) is unknown color: approx Viridian. HEX triplet: 43, 84 and 72. RGB value is (67,132,114). Sum of RGB (Red+Green+Blue) = 67+132+114=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #438472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438472 is #BC7B8D. Grayscale: #6E6E6E. Windows color (decimal): -12352398 or 7504963. OLE color: 7504963.

HSL color Cylindrical-coordinate representation of color #438472: hue angle of 163.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438472 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB67132114-
CMYK0.4900.140.48
HSL163.38º32.66%39.02%-
HSV(B)163.38º49.24%51.76%-
XYZ13.618.9118.85-
YUV110.51129.9796.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=21.41%
G=42.17%
B=36.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321140.4900.140.48163.3832.6639.02
Hex438472310E30a32127
Octal10320416261016602434147
Binary10000111000010011100101100010111011000010100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438472; }

 p { color: rgb(67,132,114); }

 H1.HeaderClassName
 {
   color: #438472;
 }
 .AnyTagClassName
 {
   color: #438472;
 }
</style>
background-color css

<style>
 a { background-color: #438472; }

 a { background-color: rgb(67,132,114); }

 div.DivClassName
 {
   background-color: #438472;
 }
 .BgClassName
 {
   background-color: #438472;
 }
</style>
border-color css

<style>
 span { border-color: #438472; }

 span { border-color: rgb(67,132,114); }

 td.TdClassName
 {
   border-color: #438472;
 }
 .TagClassName
 {
   border-color: #438472;
 }
</style>