#435A03

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

Shades of Verdun Green #435A03

Tints of Verdun Green #435A03

Color information

#435A03 (or 0x435A03) is unknown color: approx Verdun Green. HEX triplet: 43, 5A and 03. RGB value is (67,90,3). Sum of RGB (Red+Green+Blue) = 67+90+3=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #435A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435A03 is #BCA5FC. Grayscale: #494949. Windows color (decimal): -12363261 or 219715. OLE color: 219715.

HSL color Cylindrical-coordinate representation of color #435A03: hue angle of 75.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #435A03 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB67903-
CMYK0.2600.970.65
HSL75.86º93.55%18.24%-
HSV(B)75.86º96.67%35.29%-
XYZ5.998.511.41-
YUV73.288.38123.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=41.88%
G=56.25%
B=1.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal679030.2600.970.6575.8693.5518.24
Hex435A31A061414c5e12
Octal103132332014110111413622
Binary1000011101101011110100110000110000011001100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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