Html Css Color HEX #52600F Verdun Green

📋 copy color: '#52600F'

red 82 ◦ green 96 ◦ blue 15

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

Shades of Verdun Green #52600F

Tints of Verdun Green #52600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 42.49%
G = 49.74%
B = 7.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#52600F (or 0x52600F) is known color: Verdun Green. HEX triplet: 52, 60 and 0F. RGB value is (82,96,15). Sum of RGB (Red+Green+Blue) = 82+96+15=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #52600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52600F is #AD9FF0. Grayscale: #525252. Windows color (decimal): -11378673 or 1007698. OLE color: 1007698.

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

Color convert

RGB 82 96 15 -
CMYK 0.15 0 0.84 0.62
HSL 70.37º 0.73% 0.22% -
HSV(B) 70.37º 0.84% 0.38% -
XYZ 7.75 10.19 2.01 -
YUV 82.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 82 96 15 0.15 0 0.84 0.62 70.37 0.73 0.22
Hex 52 60 F F 0 54 3E 46 49 16
Octal 122 140 17 17 0 124 76 106 111 26
Binary 1010010 1100000 1111 1111 0 1010100 111110 1000110 1001001 10110

Color Harmonies of #52600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52600F

Black with #52600F

Text Example


Text Example

White with #52600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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