Html Css Color HEX #53590C Verdun Green

📋 copy color: '#53590C'

red 83 ◦ green 89 ◦ blue 12

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

Shades of Verdun Green #53590C

Tints of Verdun Green #53590C

RGB

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

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

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

R = 45.11%
G = 48.37%
B = 6.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#53590C (or 0x53590C) is known color: Verdun Green. HEX triplet: 53, 59 and 0C. RGB value is (83,89,12). Sum of RGB (Red+Green+Blue) = 83+89+12=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #53590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53590C is #ACA6F3. Grayscale: #4E4E4E. Windows color (decimal): -11314932 or 809299. OLE color: 809299.

HSL color Cylindrical-coordinate representation of color #53590C: hue angle of 64.68º 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 #53590C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 12 -
CMYK 0.07 0 0.87 0.65
HSL 64.68º 0.76% 0.2% -
HSV(B) 64.68º 0.87% 0.35% -
XYZ 7.21 9.01 1.71 -
YUV 78.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 83 89 12 0.07 0 0.87 0.65 64.68 0.76 0.2
Hex 53 59 C 7 0 57 41 41 4C 14
Octal 123 131 14 7 0 127 101 101 114 24
Binary 1010011 1011001 1100 111 0 1010111 1000001 1000001 1001100 10100

Color Harmonies of #53590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53590C

Black with #53590C

Text Example


Text Example

White with #53590C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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