#52680F

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

Shades of Verdun Green #52680F

Tints of Verdun Green #52680F

Color information

#52680F (or 0x52680F) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 0F. RGB value is (82,104,15). Sum of RGB (Red+Green+Blue) = 82+104+15=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #52680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52680F is #AD97F0. Grayscale: #575757. Windows color (decimal): -11376625 or 1009746. OLE color: 1009746.

HSL color Cylindrical-coordinate representation of color #52680F: hue angle of 74.83º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52680F is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB8210415-
CMYK0.2100.860.59
HSL74.83º74.79%23.33%-
HSV(B)74.83º85.58%40.78%-
XYZ8.5211.732.27-
YUV87.2887.21124.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=40.80%
G=51.74%
B=7.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104150.2100.860.5974.8374.7923.33
Hex5268F150563B4b4b17
Octal122150172501267311311327
Binary10100101101000111110101010101101110111001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52680F; }

 p { color: rgb(82,104,15); }

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

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

 a { background-color: rgb(82,104,15); }

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

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

 span { border-color: rgb(82,104,15); }

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