Html Css Color HEX #53603B Lunar Green

📋 copy color: '#53603B'

red 83 ◦ green 96 ◦ blue 59

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

Shades of Lunar Green #53603B

Tints of Lunar Green #53603B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 34.87%
G = 40.34%
B = 24.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#53603B (or 0x53603B) is known color: Lunar Green. HEX triplet: 53, 60 and 3B. RGB value is (83,96,59). Sum of RGB (Red+Green+Blue) = 83+96+59=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #53603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603B is #AC9FC4. Grayscale: #585858. Windows color (decimal): -11313093 or 3891283. OLE color: 3891283.

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

Color convert

RGB 83 96 59 -
CMYK 0.14 0 0.39 0.62
HSL 81.08º 0.24% 0.3% -
HSV(B) 81.08º 0.39% 0.38% -
XYZ 8.54 10.52 5.72 -
YUV 87.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 83 96 59 0.14 0 0.39 0.62 81.08 0.24 0.3
Hex 53 60 3B E 0 27 3E 51 18 1E
Octal 123 140 73 16 0 47 76 121 30 36
Binary 1010011 1100000 111011 1110 0 100111 111110 1010001 11000 11110

Color Harmonies of #53603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53603B

Black with #53603B

Text Example


Text Example

White with #53603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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