Html Css Color HEX #53613E Lunar Green

📋 copy color: '#53613E'

red 83 ◦ green 97 ◦ blue 62

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

Shades of Lunar Green #53613E

Tints of Lunar Green #53613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 34.3%
G = 40.08%
B = 25.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#53613E (or 0x53613E) is known color: Lunar Green. HEX triplet: 53, 61 and 3E. RGB value is (83,97,62). Sum of RGB (Red+Green+Blue) = 83+97+62=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #53613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53613E is #AC9EC1. Grayscale: #585858. Windows color (decimal): -11312834 or 4088147. OLE color: 4088147.

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

Color convert

RGB 83 97 62 -
CMYK 0.14 0 0.36 0.62
HSL 84º 0.22% 0.31% -
HSV(B) 84º 0.36% 0.38% -
XYZ 8.71 10.74 6.17 -
YUV 88.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 83 97 62 0.14 0 0.36 0.62 84 0.22 0.31
Hex 53 61 3E E 0 24 3E 54 16 1F
Octal 123 141 76 16 0 44 76 124 26 37
Binary 1010011 1100001 111110 1110 0 100100 111110 1010100 10110 11111

Color Harmonies of #53613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53613E

Black with #53613E

Text Example


Text Example

White with #53613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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