Html Css Color HEX #52680E Verdun Green

📋 copy color: '#52680E'

red 82 ◦ green 104 ◦ blue 14

#52680E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #52680E

Tints of Verdun Green #52680E

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 value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#52680E (or 0x52680E) is known color: 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

RGB 82 104 14 -
CMYK 0.21 0 0.87 0.59
HSL 74.67º 0.76% 0.23% -
HSV(B) 74.67º 0.87% 0.41% -
XYZ 8.51 11.73 2.23 -
YUV 87.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 82 104 14 0.21 0 0.87 0.59 74.67 0.76 0.23
Hex 52 68 E 15 0 57 3B 4B 4C 17
Octal 122 150 16 25 0 127 73 113 114 27
Binary 1010010 1101000 1110 10101 0 1010111 111011 1001011 1001100 10111

Color Harmonies of #52680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52680E

Black with #52680E

Text Example


Text Example

White with #52680E

Text Example


Text Example

HTML Codes & Css Web 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>