#52600B

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

Shades of Verdun Green #52600B

Tints of Verdun Green #52600B

Color information

#52600B (or 0x52600B) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 0B. RGB value is (82,96,11). Sum of RGB (Red+Green+Blue) = 82+96+11=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #52600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52600B is #AD9FF4. Grayscale: #525252. Windows color (decimal): -11378677 or 745554. OLE color: 745554.

HSL color Cylindrical-coordinate representation of color #52600B: hue angle of 69.88º 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 #52600B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB829611-
CMYK0.1500.890.62
HSL69.88º79.44%20.98%-
HSV(B)69.88º88.54%37.65%-
XYZ7.7210.181.88-
YUV82.1287.86127.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=43.39%
G=50.79%
B=5.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296110.1500.890.6269.8879.4420.98
Hex5260BF0593E464f15
Octal122140131701317610611725
Binary1010010110000010111111010110011111101000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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