#455306

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

Shades of Verdun Green #455306

Tints of Verdun Green #455306

Color information

#455306 (or 0x455306) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 06. RGB value is (69,83,6). Sum of RGB (Red+Green+Blue) = 69+83+6=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #455306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455306 is #BAACF9. Grayscale: #464646. Windows color (decimal): -12233978 or 414533. OLE color: 414533.

HSL color Cylindrical-coordinate representation of color #455306: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #455306 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB69836-
CMYK0.1700.930.67
HSL70.91º86.52%17.45%-
HSV(B)70.91º92.77%32.55%-
XYZ5.587.461.32-
YUV70.0491.86127.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=43.67%
G=52.53%
B=3.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698360.1700.930.6770.9186.5217.45
Hex455361105D43475711
Octal105123621013510310712721
Binary10001011010011110100010101110110000111000111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455306; }

 p { color: rgb(69,83,6); }

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

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

 a { background-color: rgb(69,83,6); }

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

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

 span { border-color: rgb(69,83,6); }

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