#52690C

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

Shades of Verdun Green #52690C

Tints of Verdun Green #52690C

Color information

#52690C (or 0x52690C) is unknown color: approx Verdun Green. HEX triplet: 52, 69 and 0C. RGB value is (82,105,12). Sum of RGB (Red+Green+Blue) = 82+105+12=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #52690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52690C is #AD96F3. Grayscale: #575757. Windows color (decimal): -11376372 or 813394. OLE color: 813394.

HSL color Cylindrical-coordinate representation of color #52690C: hue angle of 74.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52690C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB8210512-
CMYK0.2200.890.59
HSL74.84º79.49%22.94%-
HSV(B)74.84º88.57%41.18%-
XYZ8.611.922.2-
YUV87.5285.38124.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=41.21%
G=52.76%
B=6.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105120.2200.890.5974.8479.4922.94
Hex5269C160593B4b4f17
Octal122151142601317311311727
Binary10100101101001110010110010110011110111001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52690C; }

 p { color: rgb(82,105,12); }

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

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

 a { background-color: rgb(82,105,12); }

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

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

 span { border-color: rgb(82,105,12); }

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