#446002

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

Shades of Verdun Green #446002

Tints of Verdun Green #446002

Color information

#446002 (or 0x446002) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 02. RGB value is (68,96,2). Sum of RGB (Red+Green+Blue) = 68+96+2=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #446002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446002 is #BB9FFD. Grayscale: #4D4D4D. Windows color (decimal): -12296190 or 155716. OLE color: 155716.

HSL color Cylindrical-coordinate representation of color #446002: hue angle of 77.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446002 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB68962-
CMYK0.2900.980.62
HSL77.87º95.92%19.22%-
HSV(B)77.87º97.92%37.65%-
XYZ6.589.61.56-
YUV76.9185.72121.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=40.96%
G=57.83%
B=1.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal689620.2900.980.6277.8795.9219.22
Hex446021D0623E4e6013
Octal10414023501427611614023
Binary100010011000001011101011000101111101001110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446002; }

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

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

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

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

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

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

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

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