#446704

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

Shades of Verdun Green #446704

Tints of Verdun Green #446704

Color information

#446704 (or 0x446704) is unknown color: approx Verdun Green. HEX triplet: 44, 67 and 04. RGB value is (68,103,4). Sum of RGB (Red+Green+Blue) = 68+103+4=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #446704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446704 is #BB98FB. Grayscale: #515151. Windows color (decimal): -12294396 or 288580. OLE color: 288580.

HSL color Cylindrical-coordinate representation of color #446704: hue angle of 81.21º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #446704 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB681034-
CMYK0.3400.960.60
HSL81.21º92.52%20.98%-
HSV(B)81.21º96.12%40.39%-
XYZ7.2610.941.84-
YUV81.2584.4118.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 103 (40.62% from 255) = 58.86%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=38.86%
G=58.86%
B=2.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6810340.3400.960.6081.2192.5220.98
Hex44674220603C515d15
Octal10414744201407412113525
Binary10001001100111100100010011000001111001010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446704; }

 p { color: rgb(68,103,4); }

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

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

 a { background-color: rgb(68,103,4); }

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

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

 span { border-color: rgb(68,103,4); }

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