#52680E

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

Shades of Verdun Green #52680E

Tints of Verdun Green #52680E

Color information

#52680E (or 0x52680E) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 0E. RGB value is (82,104,14). Sum of RGB (Red+Green+Blue) = 82+104+14=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #52680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52680E is #AD97F1. Grayscale: #575757. Windows color (decimal): -11376626 or 944210. OLE color: 944210.

HSL color Cylindrical-coordinate representation of color #52680E: hue angle of 74.67º 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 #52680E is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB8210414-
CMYK0.2100.870.59
HSL74.67º76.27%23.14%-
HSV(B)74.67º86.54%40.78%-
XYZ8.5111.732.23-
YUV87.1686.71124.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 14 (5.86% from 255) = 7%
R=41%
G=52%
B=7%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104140.2100.870.5974.6776.2723.14
Hex5268E150573B4b4c17
Octal122150162501277311311427
Binary10100101101000111010101010101111110111001011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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