Html Css Color HEX #52580C Verdun Green

📋 copy color: '#52580C'

red 82 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #52580C

Tints of Verdun Green #52580C

RGB

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

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

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

R = 45.05%
G = 48.35%
B = 6.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#52580C (or 0x52580C) is known color: Verdun Green. HEX triplet: 52, 58 and 0C. RGB value is (82,88,12). Sum of RGB (Red+Green+Blue) = 82+88+12=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #52580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52580C is #ADA7F3. Grayscale: #4D4D4D. Windows color (decimal): -11380724 or 809042. OLE color: 809042.

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

Color convert

RGB 82 88 12 -
CMYK 0.07 0 0.86 0.65
HSL 64.74º 0.76% 0.2% -
HSV(B) 64.74º 0.86% 0.35% -
XYZ 7.04 8.8 1.68 -
YUV 77.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 82 88 12 0.07 0 0.86 0.65 64.74 0.76 0.2
Hex 52 58 C 7 0 56 41 41 4C 14
Octal 122 130 14 7 0 126 101 101 114 24
Binary 1010010 1011000 1100 111 0 1010110 1000001 1000001 1001100 10100

Color Harmonies of #52580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52580C

Black with #52580C

Text Example


Text Example

White with #52580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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