#446705

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

Shades of Verdun Green #446705

Tints of Verdun Green #446705

Color information

#446705 (or 0x446705) is unknown color: approx Verdun Green. HEX triplet: 44, 67 and 05. RGB value is (68,103,5). Sum of RGB (Red+Green+Blue) = 68+103+5=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #446705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446705 is #BB98FA. Grayscale: #515151. Windows color (decimal): -12294395 or 354116. OLE color: 354116.

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

Color convert

RGB681035-
CMYK0.3400.950.60
HSL81.43º90.74%21.18%-
HSV(B)81.43º95.15%40.39%-
XYZ7.2610.941.87-
YUV81.3684.9118.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 103 (40.62% from 255) = 58.52%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=38.64%
G=58.52%
B=2.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6810350.3400.950.6081.4390.7421.18
Hex446752205F3C515b15
Octal10414754201377412113325
Binary10001001100111101100010010111111111001010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446705; }

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

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

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

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

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

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

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

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