#435304

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

Shades of Verdun Green #435304

Tints of Verdun Green #435304

Color information

#435304 (or 0x435304) is unknown color: approx Verdun Green. HEX triplet: 43, 53 and 04. RGB value is (67,83,4). Sum of RGB (Red+Green+Blue) = 67+83+4=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #435304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435304 is #BCACFB. Grayscale: #454545. Windows color (decimal): -12365052 or 283459. OLE color: 283459.

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

Color convert

RGB67834-
CMYK0.1900.950.67
HSL72.15º90.8%17.06%-
HSV(B)72.15º95.18%32.55%-
XYZ5.437.391.25-
YUV69.2191.2126.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=43.51%
G=53.90%
B=2.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal678340.1900.950.6772.1590.817.06
Hex435341305F43485b11
Octal103123423013710311013321
Binary10000111010011100100110101111110000111001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435304; }

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

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

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

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

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

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

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

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