#438972

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

Shades of Viridian #438972

Tints of Viridian #438972

Color information

#438972 (or 0x438972) is unknown color: approx Viridian. HEX triplet: 43, 89 and 72. RGB value is (67,137,114). Sum of RGB (Red+Green+Blue) = 67+137+114=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #438972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438972 is #BC768D. Grayscale: #717171. Windows color (decimal): -12351118 or 7506243. OLE color: 7506243.

HSL color Cylindrical-coordinate representation of color #438972: hue angle of 160.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438972 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB67137114-
CMYK0.5100.170.46
HSL160.29º34.31%40%-
HSV(B)160.29º51.09%53.73%-
XYZ14.320.319.08-
YUV113.45128.3194.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=21.07%
G=43.08%
B=35.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671371140.5100.170.46160.2934.3140
Hex438972330112Ea02228
Octal10321116263021562404250
Binary100001110001001111001011001101000110111010100000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438972; }

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

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

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

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

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

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

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

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