Html Css Color HEX #52590E Verdun Green

📋 copy color: '#52590E'

red 82 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #52590E

Tints of Verdun Green #52590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 44.32%
G = 48.11%
B = 7.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#52590E (or 0x52590E) is known color: Verdun Green. HEX triplet: 52, 59 and 0E. RGB value is (82,89,14). Sum of RGB (Red+Green+Blue) = 82+89+14=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #52590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590E is #ADA6F1. Grayscale: #4E4E4E. Windows color (decimal): -11380466 or 940370. OLE color: 940370.

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

Color convert

RGB 82 89 14 -
CMYK 0.08 0 0.84 0.65
HSL 65.6º 0.73% 0.2% -
HSV(B) 65.6º 0.84% 0.35% -
XYZ 7.13 8.97 1.77 -
YUV 78.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 82 89 14 0.08 0 0.84 0.65 65.6 0.73 0.2
Hex 52 59 E 8 0 54 41 42 49 14
Octal 122 131 16 10 0 124 101 102 111 24
Binary 1010010 1011001 1110 1000 0 1010100 1000001 1000010 1001001 10100

Color Harmonies of #52590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52590E

Black with #52590E

Text Example


Text Example

White with #52590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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