Html Css Color HEX #52590B Verdun Green

📋 copy color: '#52590B'

red 82 ◦ green 89 ◦ blue 11

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

Shades of Verdun Green #52590B

Tints of Verdun Green #52590B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 45.05%
G = 48.9%
B = 6.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#52590B (or 0x52590B) is known color: Verdun Green. HEX triplet: 52, 59 and 0B. RGB value is (82,89,11). Sum of RGB (Red+Green+Blue) = 82+89+11=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #52590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590B is #ADA6F4. Grayscale: #4E4E4E. Windows color (decimal): -11380469 or 743762. OLE color: 743762.

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

Color convert

RGB 82 89 11 -
CMYK 0.08 0 0.88 0.65
HSL 65.38º 0.78% 0.2% -
HSV(B) 65.38º 0.88% 0.35% -
XYZ 7.11 8.96 1.67 -
YUV 78.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 82 89 11 0.08 0 0.88 0.65 65.38 0.78 0.2
Hex 52 59 B 8 0 58 41 41 4E 14
Octal 122 131 13 10 0 130 101 101 116 24
Binary 1010010 1011001 1011 1000 0 1011000 1000001 1000001 1001110 10100

Color Harmonies of #52590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52590B

Black with #52590B

Text Example


Text Example

White with #52590B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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