#434702

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

Shades of Verdun Green #434702

Tints of Verdun Green #434702

Color information

#434702 (or 0x434702) is unknown color: approx Verdun Green. HEX triplet: 43, 47 and 02. RGB value is (67,71,2). Sum of RGB (Red+Green+Blue) = 67+71+2=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #434702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434702 is #BCB8FD. Grayscale: #3E3E3E. Windows color (decimal): -12368126 or 149315. OLE color: 149315.

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

Color convert

RGB67712-
CMYK0.0600.970.72
HSL63.48º94.52%14.31%-
HSV(B)63.48º97.18%27.84%-
XYZ4.585.70.92-
YUV61.9494.17131.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=47.86%
G=50.71%
B=1.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal677120.0600.970.7263.4894.5214.31
Hex434726061483f5fe
Octal1031072601411107713716
Binary100001110001111011001100001100100011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434702; }

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

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

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

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

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

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

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

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