Html Css Color HEX #52520F Verdun Green

📋 copy color: '#52520F'

red 82 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #52520F

Tints of Verdun Green #52520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.81%

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

R = 45.81%
G = 45.81%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52520F (or 0x52520F) is known color: Verdun Green. HEX triplet: 52, 52 and 0F. RGB value is (82,82,15). Sum of RGB (Red+Green+Blue) = 82+82+15=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52520F is #ADADF0. Grayscale: #4A4A4A. Windows color (decimal): -11382257 or 1004114. OLE color: 1004114.

HSL color Cylindrical-coordinate representation of color #52520F: hue angle of 60º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52520F is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 82 15 -
CMYK 0 0 0.82 0.68
HSL 60º 0.69% 0.19% -
HSV(B) 60º 0.82% 0.32% -
XYZ 6.58 7.86 1.62 -
YUV 74.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 82 82 15 0 0 0.82 0.68 60 0.69 0.19
Hex 52 52 F 0 0 52 44 3C 45 13
Octal 122 122 17 0 0 122 104 74 105 23
Binary 1010010 1010010 1111 0 0 1010010 1000100 111100 1000101 10011

Color Harmonies of #52520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52520F

Black with #52520F

Text Example


Text Example

White with #52520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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