#434312

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

Shades of Verdun Green #434312

Tints of Verdun Green #434312

Color information

#434312 (or 0x434312) is unknown color: approx Verdun Green. HEX triplet: 43, 43 and 12. RGB value is (67,67,18). Sum of RGB (Red+Green+Blue) = 67+67+18=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434312 is #BCBCED. Grayscale: #3D3D3D. Windows color (decimal): -12369134 or 1196867. OLE color: 1196867.

HSL color Cylindrical-coordinate representation of color #434312: hue angle of 60º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434312 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB676718-
CMYK000.730.74
HSL60º57.65%16.67%-
HSV(B)60º73.13%26.27%-
XYZ4.435.251.35-
YUV61.41103.5131.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=44.08%
G=44.08%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676718000.730.746057.6516.67
Hex43431200494A3c3a11
Octal1031032200111112747221
Binary1000011100001110010001001001100101011110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434312; }

 p { color: rgb(67,67,18); }

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

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

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

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

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

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

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