#434602

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

Shades of Verdun Green #434602

Tints of Verdun Green #434602

Color information

#434602 (or 0x434602) is unknown color: approx Verdun Green. HEX triplet: 43, 46 and 02. RGB value is (67,70,2). Sum of RGB (Red+Green+Blue) = 67+70+2=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #434602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434602 is #BCB9FD. Grayscale: #3D3D3D. Windows color (decimal): -12368382 or 149059. OLE color: 149059.

HSL color Cylindrical-coordinate representation of color #434602: hue angle of 62.65º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434602 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB67702-
CMYK0.0400.970.73
HSL62.65º94.44%14.12%-
HSV(B)62.65º97.14%27.45%-
XYZ4.525.580.9-
YUV61.3594.51132.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=48.20%
G=50.36%
B=1.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal677020.0400.970.7362.6594.4414.12
Hex434624061493f5ee
Octal1031062401411117713616
Binary100001110001101010001100001100100111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434602; }

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

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

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

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

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

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

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

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