#434802

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

Shades of Verdun Green #434802

Tints of Verdun Green #434802

Color information

#434802 (or 0x434802) is unknown color: approx Verdun Green. HEX triplet: 43, 48 and 02. RGB value is (67,72,2). Sum of RGB (Red+Green+Blue) = 67+72+2=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #434802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434802 is #BCB7FD. Grayscale: #3E3E3E. Windows color (decimal): -12367870 or 149571. OLE color: 149571.

HSL color Cylindrical-coordinate representation of color #434802: hue angle of 64.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434802 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB67722-
CMYK0.0700.970.72
HSL64.29º94.59%14.51%-
HSV(B)64.29º97.22%28.24%-
XYZ4.645.830.94-
YUV62.5293.84131.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=47.52%
G=51.06%
B=1.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal677220.0700.970.7264.2994.5914.51
Hex43482706148405ff
Octal10311027014111010013717
Binary1000011100100010111011000011001000100000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434802; }

 p { color: rgb(67,72,2); }

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

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

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

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

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

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

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