Html Css Color HEX #53590F Verdun Green

📋 copy color: '#53590F'

red 83 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #53590F

Tints of Verdun Green #53590F

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 44.39%
G = 47.59%
B = 8.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#53590F (or 0x53590F) is known color: Verdun Green. HEX triplet: 53, 59 and 0F. RGB value is (83,89,15). Sum of RGB (Red+Green+Blue) = 83+89+15=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #53590F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53590F is #ACA6F0. Grayscale: #4F4F4F. Windows color (decimal): -11314929 or 1005907. OLE color: 1005907.

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

Color convert

RGB 83 89 15 -
CMYK 0.07 0 0.83 0.65
HSL 64.86º 0.71% 0.2% -
HSV(B) 64.86º 0.83% 0.35% -
XYZ 7.23 9.02 1.81 -
YUV 78.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 83 89 15 0.07 0 0.83 0.65 64.86 0.71 0.2
Hex 53 59 F 7 0 53 41 41 47 14
Octal 123 131 17 7 0 123 101 101 107 24
Binary 1010011 1011001 1111 111 0 1010011 1000001 1000001 1000111 10100

Color Harmonies of #53590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53590F

Black with #53590F

Text Example


Text Example

White with #53590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53590F; }

 p { color: rgb(83,89,15); }

 H1.HeaderClassName
 {
   color: #53590F;
 }
 .AnyTagClassName
 {
   color: #53590F;
 }
</style>

background-color css

<style>
 a { background-color: #53590F; }

 a { background-color: rgb(83,89,15); }

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

border-color css

<style>
 span { border-color: #53590F; }

 span { border-color: rgb(83,89,15); }

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