Html Css Color HEX #53603F Lunar Green

📋 copy color: '#53603F'

red 83 ◦ green 96 ◦ blue 63

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

Shades of Lunar Green #53603F

Tints of Lunar Green #53603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 34.3%
G = 39.67%
B = 26.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#53603F (or 0x53603F) is known color: Lunar Green. HEX triplet: 53, 60 and 3F. RGB value is (83,96,63). Sum of RGB (Red+Green+Blue) = 83+96+63=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #53603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603F is #AC9FC0. Grayscale: #585858. Windows color (decimal): -11313089 or 4153427. OLE color: 4153427.

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

Color convert

RGB 83 96 63 -
CMYK 0.14 0 0.34 0.62
HSL 83.64º 0.21% 0.31% -
HSV(B) 83.64º 0.34% 0.38% -
XYZ 8.65 10.56 6.29 -
YUV 88.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 83 96 63 0.14 0 0.34 0.62 83.64 0.21 0.31
Hex 53 60 3F E 0 22 3E 54 15 1F
Octal 123 140 77 16 0 42 76 124 25 37
Binary 1010011 1100000 111111 1110 0 100010 111110 1010100 10101 11111

Color Harmonies of #53603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53603F

Black with #53603F

Text Example


Text Example

White with #53603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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