#45600B

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

Shades of Verdun Green #45600B

Tints of Verdun Green #45600B

Color information

#45600B (or 0x45600B) is unknown color: approx Verdun Green. HEX triplet: 45, 60 and 0B. RGB value is (69,96,11). Sum of RGB (Red+Green+Blue) = 69+96+11=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #45600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45600B is #BA9FF4. Grayscale: #4E4E4E. Windows color (decimal): -12230645 or 745541. OLE color: 745541.

HSL color Cylindrical-coordinate representation of color #45600B: hue angle of 79.06º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45600B is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB699611-
CMYK0.2800.890.62
HSL79.06º79.44%20.98%-
HSV(B)79.06º88.54%37.65%-
XYZ6.79.661.83-
YUV78.2490.05121.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=39.20%
G=54.55%
B=6.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996110.2800.890.6279.0679.4420.98
Hex4560B1C0593E4f4f15
Octal105140133401317611711725
Binary10001011100000101111100010110011111101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45600B; }

 p { color: rgb(69,96,11); }

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

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

 a { background-color: rgb(69,96,11); }

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

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

 span { border-color: rgb(69,96,11); }

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