Html Css Color HEX #53603A Lunar Green

📋 copy color: '#53603A'

red 83 ◦ green 96 ◦ blue 58

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

Shades of Lunar Green #53603A

Tints of Lunar Green #53603A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 35.02%
G = 40.51%
B = 24.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#53603A (or 0x53603A) is known color: Lunar Green. HEX triplet: 53, 60 and 3A. RGB value is (83,96,58). Sum of RGB (Red+Green+Blue) = 83+96+58=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #53603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603A is #AC9FC5. Grayscale: #575757. Windows color (decimal): -11313094 or 3825747. OLE color: 3825747.

HSL color Cylindrical-coordinate representation of color #53603A: hue angle of 80.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53603A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 58 -
CMYK 0.14 0 0.40 0.62
HSL 80.53º 0.25% 0.3% -
HSV(B) 80.53º 0.4% 0.38% -
XYZ 8.51 10.51 5.58 -
YUV 87.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 83 96 58 0.14 0 0.40 0.62 80.53 0.25 0.3
Hex 53 60 3A E 0 28 3E 51 19 1E
Octal 123 140 72 16 0 50 76 121 31 36
Binary 1010011 1100000 111010 1110 0 101000 111110 1010001 11001 11110

Color Harmonies of #53603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53603A

Black with #53603A

Text Example


Text Example

White with #53603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53603A; }

 p { color: rgb(83,96,58); }

 H1.HeaderClassName
 {
   color: #53603A;
 }
 .AnyTagClassName
 {
   color: #53603A;
 }
</style>

background-color css

<style>
 a { background-color: #53603A; }

 a { background-color: rgb(83,96,58); }

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

border-color css

<style>
 span { border-color: #53603A; }

 span { border-color: rgb(83,96,58); }

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