Html Css Color HEX #535848 Lunar Green

📋 copy color: '#535848'

red 83 ◦ green 88 ◦ blue 72

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

Shades of Lunar Green #535848

Tints of Lunar Green #535848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 34.16%
G = 36.21%
B = 29.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#535848 (or 0x535848) is known color: Lunar Green. HEX triplet: 53, 58 and 48. RGB value is (83,88,72). Sum of RGB (Red+Green+Blue) = 83+88+72=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #535848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535848 is #ACA7B7. Grayscale: #545454. Windows color (decimal): -11315128 or 4741203. OLE color: 4741203.

HSL color Cylindrical-coordinate representation of color #535848: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535848 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 72 -
CMYK 0.06 0 0.18 0.65
HSL 78.75º 0.1% 0.31% -
HSV(B) 78.75º 0.18% 0.35% -
XYZ 8.23 9.29 7.49 -
YUV 84.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 83 88 72 0.06 0 0.18 0.65 78.75 0.1 0.31
Hex 53 58 48 6 0 12 41 4F A 1F
Octal 123 130 110 6 0 22 101 117 12 37
Binary 1010011 1011000 1001000 110 0 10010 1000001 1001111 1010 11111

Color Harmonies of #535848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535848

Black with #535848

Text Example


Text Example

White with #535848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535848; }

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

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

background-color css

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

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

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

border-color css

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

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

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