Html Css Color HEX #52580D Verdun Green

📋 copy color: '#52580D'

red 82 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #52580D

Tints of Verdun Green #52580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.09%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 44.81%
G = 48.09%
B = 7.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#52580D (or 0x52580D) is known color: Verdun Green. HEX triplet: 52, 58 and 0D. RGB value is (82,88,13). Sum of RGB (Red+Green+Blue) = 82+88+13=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #52580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52580D is #ADA7F2. Grayscale: #4D4D4D. Windows color (decimal): -11380723 or 874578. OLE color: 874578.

HSL color Cylindrical-coordinate representation of color #52580D: hue angle of 64.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52580D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 13 -
CMYK 0.07 0 0.85 0.65
HSL 64.8º 0.74% 0.2% -
HSV(B) 64.8º 0.85% 0.35% -
XYZ 7.04 8.8 1.71 -
YUV 77.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 82 88 13 0.07 0 0.85 0.65 64.8 0.74 0.2
Hex 52 58 D 7 0 55 41 41 4A 14
Octal 122 130 15 7 0 125 101 101 112 24
Binary 1010010 1011000 1101 111 0 1010101 1000001 1000001 1001010 10100

Color Harmonies of #52580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52580D

Black with #52580D

Text Example


Text Example

White with #52580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52580D; }

 p { color: rgb(82,88,13); }

 H1.HeaderClassName
 {
   color: #52580D;
 }
 .AnyTagClassName
 {
   color: #52580D;
 }
</style>

background-color css

<style>
 a { background-color: #52580D; }

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

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

border-color css

<style>
 span { border-color: #52580D; }

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

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