#435A01

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

Shades of Verdun Green #435A01

Tints of Verdun Green #435A01

Color information

#435A01 (or 0x435A01) is unknown color: approx Verdun Green. HEX triplet: 43, 5A and 01. RGB value is (67,90,1). Sum of RGB (Red+Green+Blue) = 67+90+1=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #435A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435A01 is #BCA5FE. Grayscale: #494949. Windows color (decimal): -12363263 or 88643. OLE color: 88643.

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

Color convert

RGB67901-
CMYK0.2600.990.65
HSL75.51º97.8%17.84%-
HSV(B)75.51º98.89%35.29%-
XYZ5.988.511.36-
YUV72.9887.38123.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=42.41%
G=56.96%
B=0.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal679010.2600.990.6575.5197.817.84
Hex435A11A063414c6212
Octal103132132014310111414222
Binary100001110110101110100110001110000011001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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