Html Css Color HEX #53610C Verdun Green

📋 copy color: '#53610C'

red 83 ◦ green 97 ◦ blue 12

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

Shades of Verdun Green #53610C

Tints of Verdun Green #53610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

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

R = 43.23%
G = 50.52%
B = 6.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#53610C (or 0x53610C) is known color: Verdun Green. HEX triplet: 53, 61 and 0C. RGB value is (83,97,12). Sum of RGB (Red+Green+Blue) = 83+97+12=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #53610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53610C is #AC9EF3. Grayscale: #535353. Windows color (decimal): -11312884 or 811347. OLE color: 811347.

HSL color Cylindrical-coordinate representation of color #53610C: hue angle of 69.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53610C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 12 -
CMYK 0.14 0 0.88 0.62
HSL 69.88º 0.78% 0.21% -
HSV(B) 69.88º 0.88% 0.38% -
XYZ 7.91 10.41 1.94 -
YUV 83.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 83 97 12 0.14 0 0.88 0.62 69.88 0.78 0.21
Hex 53 61 C E 0 58 3E 46 4E 15
Octal 123 141 14 16 0 130 76 106 116 25
Binary 1010011 1100001 1100 1110 0 1011000 111110 1000110 1001110 10101

Color Harmonies of #53610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53610C

Black with #53610C

Text Example


Text Example

White with #53610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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