#435D12

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

Shades of Verdun Green #435D12

Tints of Verdun Green #435D12

Color information

#435D12 (or 0x435D12) is unknown color: approx Verdun Green. HEX triplet: 43, 5D and 12. RGB value is (67,93,18). Sum of RGB (Red+Green+Blue) = 67+93+18=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #435D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D12 is #BCA2ED. Grayscale: #4C4C4C. Windows color (decimal): -12362478 or 1203523. OLE color: 1203523.

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

Color convert

RGB679318-
CMYK0.2800.810.64
HSL80.8º67.57%21.76%-
HSV(B)80.8º80.65%36.47%-
XYZ6.349.071.99-
YUV76.6894.89121.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=37.64%
G=52.25%
B=10.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793180.2800.810.6480.867.5721.76
Hex435D121C05140514416
Octal1031352234012110012110426
Binary1000011101110110010111000101000110000001010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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