#446B02

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

Shades of Verdun Green #446B02

Tints of Verdun Green #446B02

Color information

#446B02 (or 0x446B02) is unknown color: approx Verdun Green. HEX triplet: 44, 6B and 02. RGB value is (68,107,2). Sum of RGB (Red+Green+Blue) = 68+107+2=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #446B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B02 is #BB94FD. Grayscale: #535353. Windows color (decimal): -12293374 or 158532. OLE color: 158532.

HSL color Cylindrical-coordinate representation of color #446B02: hue angle of 82.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446B02 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB681072-
CMYK0.3600.980.58
HSL82.29º96.33%21.37%-
HSV(B)82.29º98.13%41.96%-
XYZ7.6511.751.92-
YUV83.3782.08117.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 107 (42.19% from 255) = 60.45%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=38.42%
G=60.45%
B=1.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6810720.3600.980.5882.2996.3321.37
Hex446B2240623A526015
Octal10415324401427212214025
Binary1000100110101110100100011000101110101010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446B02; }

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

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

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

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

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

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

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

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