Html Css Color HEX #53613C Lunar Green

📋 copy color: '#53613C'

red 83 ◦ green 97 ◦ blue 60

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

Shades of Lunar Green #53613C

Tints of Lunar Green #53613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 34.58%
G = 40.42%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#53613C (or 0x53613C) is known color: Lunar Green. HEX triplet: 53, 61 and 3C. RGB value is (83,97,60). Sum of RGB (Red+Green+Blue) = 83+97+60=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #53613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53613C is #AC9EC3. Grayscale: #585858. Windows color (decimal): -11312836 or 3957075. OLE color: 3957075.

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

Color convert

RGB 83 97 60 -
CMYK 0.14 0 0.38 0.62
HSL 82.7º 0.24% 0.31% -
HSV(B) 82.7º 0.38% 0.38% -
XYZ 8.66 10.71 5.89 -
YUV 88.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 83 97 60 0.14 0 0.38 0.62 82.7 0.24 0.31
Hex 53 61 3C E 0 26 3E 53 18 1F
Octal 123 141 74 16 0 46 76 123 30 37
Binary 1010011 1100001 111100 1110 0 100110 111110 1010011 11000 11111

Color Harmonies of #53613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53613C

Black with #53613C

Text Example


Text Example

White with #53613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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