#435A12

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

Shades of Verdun Green #435A12

Tints of Verdun Green #435A12

Color information

#435A12 (or 0x435A12) is unknown color: approx Verdun Green. HEX triplet: 43, 5A and 12. RGB value is (67,90,18). Sum of RGB (Red+Green+Blue) = 67+90+18=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #435A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435A12 is #BCA5ED. Grayscale: #4B4B4B. Windows color (decimal): -12363246 or 1202755. OLE color: 1202755.

HSL color Cylindrical-coordinate representation of color #435A12: hue angle of 79.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #435A12 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB679018-
CMYK0.2600.800.65
HSL79.17º66.67%21.18%-
HSV(B)79.17º80%35.29%-
XYZ6.088.551.9-
YUV74.9295.88122.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=38.29%
G=51.43%
B=10.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790180.2600.800.6579.1766.6721.18
Hex435A121A050414f4315
Octal1031322232012010111710325
Binary1000011101101010010110100101000010000011001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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