#445308

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

Shades of Verdun Green #445308

Tints of Verdun Green #445308

Color information

#445308 (or 0x445308) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 08. RGB value is (68,83,8). Sum of RGB (Red+Green+Blue) = 68+83+8=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #445308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445308 is #BBACF7. Grayscale: #464646. Windows color (decimal): -12299512 or 545604. OLE color: 545604.

HSL color Cylindrical-coordinate representation of color #445308: hue angle of 72º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #445308 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB68838-
CMYK0.1800.900.67
HSL72º82.42%17.84%-
HSV(B)72º90.36%32.55%-
XYZ5.527.431.37-
YUV69.9693.03126.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=42.77%
G=52.20%
B=5.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688380.1800.900.677282.4217.84
Hex445381205A43485212
Octal1041231022013210311012222
Binary100010010100111000100100101101010000111001000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445308; }

 p { color: rgb(68,83,8); }

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

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

 a { background-color: rgb(68,83,8); }

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

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

 span { border-color: rgb(68,83,8); }

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