Html Css Color HEX #535948 Lunar Green

📋 copy color: '#535948'

red 83 ◦ green 89 ◦ blue 72

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

Shades of Lunar Green #535948

Tints of Lunar Green #535948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 34.02%
G = 36.48%
B = 29.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#535948 (or 0x535948) is known color: Lunar Green. HEX triplet: 53, 59 and 48. RGB value is (83,89,72). Sum of RGB (Red+Green+Blue) = 83+89+72=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #535948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535948 is #ACA6B7. Grayscale: #555555. Windows color (decimal): -11314872 or 4741459. OLE color: 4741459.

HSL color Cylindrical-coordinate representation of color #535948: hue angle of 81.18º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535948 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 72 -
CMYK 0.07 0 0.19 0.65
HSL 81.18º 0.11% 0.32% -
HSV(B) 81.18º 0.19% 0.35% -
XYZ 8.31 9.45 7.52 -
YUV 85.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 83 89 72 0.07 0 0.19 0.65 81.18 0.11 0.32
Hex 53 59 48 7 0 13 41 51 B 20
Octal 123 131 110 7 0 23 101 121 13 40
Binary 1010011 1011001 1001000 111 0 10011 1000001 1010001 1011 100000

Color Harmonies of #535948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535948

Black with #535948

Text Example


Text Example

White with #535948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535948; }

 p { color: rgb(83,89,72); }

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

background-color css

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

 a { background-color: rgb(83,89,72); }

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

border-color css

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

 span { border-color: rgb(83,89,72); }

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