#435F12

Color #435F12 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #435F12

Tints of Verdun Green #435F12

Color information

#435F12 (or 0x435F12) is unknown color: approx Verdun Green. HEX triplet: 43, 5F and 12. RGB value is (67,95,18). Sum of RGB (Red+Green+Blue) = 67+95+18=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #435F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435F12 is #BCA0ED. Grayscale: #4E4E4E. Windows color (decimal): -12361966 or 1204035. OLE color: 1204035.

HSL color Cylindrical-coordinate representation of color #435F12: hue angle of 81.82º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #435F12 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB679518-
CMYK0.2900.810.63
HSL81.82º68.14%22.16%-
HSV(B)81.82º81.05%37.25%-
XYZ6.529.422.05-
YUV77.8594.22120.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 18 (7.42% from 255) = 10%
R=37.22%
G=52.78%
B=10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795180.2900.810.6381.8268.1422.16
Hex435F121D0513F524416
Octal103137223501217712210426
Binary100001110111111001011101010100011111111010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F12; }

 p { color: rgb(67,95,18); }

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

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

 a { background-color: rgb(67,95,18); }

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

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

 span { border-color: rgb(67,95,18); }

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