#435301

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

Shades of Verdun Green #435301

Tints of Verdun Green #435301

Color information

#435301 (or 0x435301) is unknown color: approx Verdun Green. HEX triplet: 43, 53 and 01. RGB value is (67,83,1). Sum of RGB (Red+Green+Blue) = 67+83+1=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #435301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435301 is #BCACFE. Grayscale: #454545. Windows color (decimal): -12365055 or 86851. OLE color: 86851.

HSL color Cylindrical-coordinate representation of color #435301: hue angle of 71.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #435301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB67831-
CMYK0.1900.990.67
HSL71.71º97.62%16.47%-
HSV(B)71.71º98.8%32.55%-
XYZ5.417.381.17-
YUV68.8789.7126.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=44.37%
G=54.97%
B=0.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal678310.1900.990.6771.7197.6216.47
Hex435311306343486210
Octal103123123014310311014220
Binary100001110100111100110110001110000111001000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435301; }

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

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

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

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

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

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

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

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