#52690E

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

Shades of Verdun Green #52690E

Tints of Verdun Green #52690E

Color information

#52690E (or 0x52690E) is unknown color: approx Verdun Green. HEX triplet: 52, 69 and 0E. RGB value is (82,105,14). Sum of RGB (Red+Green+Blue) = 82+105+14=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #52690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52690E is #AD96F1. Grayscale: #585858. Windows color (decimal): -11376370 or 944466. OLE color: 944466.

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

Color convert

RGB8210514-
CMYK0.2200.870.59
HSL75.16º76.47%23.33%-
HSV(B)75.16º86.67%41.18%-
XYZ8.6111.932.26-
YUV87.7586.38123.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=40.80%
G=52.24%
B=6.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105140.2200.870.5975.1676.4723.33
Hex5269E160573B4b4c17
Octal122151162601277311311427
Binary10100101101001111010110010101111110111001011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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