Html Css Color HEX #52600C Verdun Green

📋 copy color: '#52600C'

red 82 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #52600C

Tints of Verdun Green #52600C

RGB

 RED value IS 82 (32.42% from 255) = 43.16%

 GREEN value IS 96 (37.89% from 255) = 50.53%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 43.16%
G = 50.53%
B = 6.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#52600C (or 0x52600C) is known color: Verdun Green. HEX triplet: 52, 60 and 0C. RGB value is (82,96,12). Sum of RGB (Red+Green+Blue) = 82+96+12=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #52600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52600C is #AD9FF3. Grayscale: #525252. Windows color (decimal): -11378676 or 811090. OLE color: 811090.

HSL color Cylindrical-coordinate representation of color #52600C: hue angle of 70º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52600C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 12 -
CMYK 0.15 0 0.88 0.62
HSL 70º 0.78% 0.21% -
HSV(B) 70º 0.88% 0.38% -
XYZ 7.73 10.19 1.91 -
YUV 82.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 82 96 12 0.15 0 0.88 0.62 70 0.78 0.21
Hex 52 60 C F 0 58 3E 46 4E 15
Octal 122 140 14 17 0 130 76 106 116 25
Binary 1010010 1100000 1100 1111 0 1011000 111110 1000110 1001110 10101

Color Harmonies of #52600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52600C

Black with #52600C

Text Example


Text Example

White with #52600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52600C;
 }
 .AnyTagClassName
 {
   color: #52600C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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