Html Css Color HEX #52590C Verdun Green

📋 copy color: '#52590C'

red 82 ◦ green 89 ◦ blue 12

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

Shades of Verdun Green #52590C

Tints of Verdun Green #52590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

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

R = 44.81%
G = 48.63%
B = 6.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#52590C (or 0x52590C) is known color: Verdun Green. HEX triplet: 52, 59 and 0C. RGB value is (82,89,12). Sum of RGB (Red+Green+Blue) = 82+89+12=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #52590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590C is #ADA6F3. Grayscale: #4E4E4E. Windows color (decimal): -11380468 or 809298. OLE color: 809298.

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

Color convert

RGB 82 89 12 -
CMYK 0.08 0 0.87 0.65
HSL 65.45º 0.76% 0.2% -
HSV(B) 65.45º 0.87% 0.35% -
XYZ 7.12 8.97 1.7 -
YUV 78.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 82 89 12 0.08 0 0.87 0.65 65.45 0.76 0.2
Hex 52 59 C 8 0 57 41 41 4C 14
Octal 122 131 14 10 0 127 101 101 114 24
Binary 1010010 1011001 1100 1000 0 1010111 1000001 1000001 1001100 10100

Color Harmonies of #52590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52590C

Black with #52590C

Text Example


Text Example

White with #52590C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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