#434205

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

Shades of Verdun Green #434205

Tints of Verdun Green #434205

Color information

#434205 (or 0x434205) is unknown color: approx Verdun Green. HEX triplet: 43, 42 and 05. RGB value is (67,66,5). Sum of RGB (Red+Green+Blue) = 67+66+5=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #434205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434205 is #BCBDFA. Grayscale: #3B3B3B. Windows color (decimal): -12369403 or 344643. OLE color: 344643.

HSL color Cylindrical-coordinate representation of color #434205: hue angle of 59.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434205 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67665-
CMYK00.010.930.74
HSL59.03º86.11%14.12%-
HSV(B)59.03º92.54%26.27%-
XYZ4.295.10.9-
YUV59.3497.33133.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=48.55%
G=47.83%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6766500.010.930.7459.0386.1114.12
Hex43425015D4A3b56e
Octal1031025011351127312616
Binary10000111000010101011011101100101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434205; }

 p { color: rgb(67,66,5); }

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

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

 a { background-color: rgb(67,66,5); }

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

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

 span { border-color: rgb(67,66,5); }

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