#434402

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

Shades of Verdun Green #434402

Tints of Verdun Green #434402

Color information

#434402 (or 0x434402) is unknown color: approx Verdun Green. HEX triplet: 43, 44 and 02. RGB value is (67,68,2). Sum of RGB (Red+Green+Blue) = 67+68+2=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #434402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434402 is #BCBBFD. Grayscale: #3C3C3C. Windows color (decimal): -12368894 or 148547. OLE color: 148547.

HSL color Cylindrical-coordinate representation of color #434402: hue angle of 60.91º 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 #434402 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB67682-
CMYK0.0100.970.73
HSL60.91º94.29%13.73%-
HSV(B)60.91º97.06%26.67%-
XYZ4.395.330.86-
YUV60.1895.17132.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=48.91%
G=49.64%
B=1.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal676820.0100.970.7360.9194.2913.73
Hex434421061493d5ee
Octal1031042101411117513616
Binary1000011100010010101100001100100111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434402; }

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

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

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

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

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

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

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

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