Html Css Color HEX #53610F Verdun Green

📋 copy color: '#53610F'

red 83 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #53610F

Tints of Verdun Green #53610F

RGB

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

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

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

R = 42.56%
G = 49.74%
B = 7.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#53610F (or 0x53610F) is known color: Verdun Green. HEX triplet: 53, 61 and 0F. RGB value is (83,97,15). Sum of RGB (Red+Green+Blue) = 83+97+15=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #53610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53610F is #AC9EF0. Grayscale: #535353. Windows color (decimal): -11312881 or 1007955. OLE color: 1007955.

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

Color convert

RGB 83 97 15 -
CMYK 0.14 0 0.85 0.62
HSL 70.24º 0.73% 0.22% -
HSV(B) 70.24º 0.85% 0.38% -
XYZ 7.93 10.42 2.05 -
YUV 83.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 83 97 15 0.14 0 0.85 0.62 70.24 0.73 0.22
Hex 53 61 F E 0 55 3E 46 49 16
Octal 123 141 17 16 0 125 76 106 111 26
Binary 1010011 1100001 1111 1110 0 1010101 111110 1000110 1001001 10110

Color Harmonies of #53610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53610F

Black with #53610F

Text Example


Text Example

White with #53610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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