Html Css Color HEX #535A42 Lunar Green

📋 copy color: '#535A42'

red 83 ◦ green 90 ◦ blue 66

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

Shades of Lunar Green #535A42

Tints of Lunar Green #535A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 34.73%
G = 37.66%
B = 27.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#535A42 (or 0x535A42) is known color: Lunar Green. HEX triplet: 53, 5A and 42. RGB value is (83,90,66). Sum of RGB (Red+Green+Blue) = 83+90+66=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #535A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A42 is #ACA5BD. Grayscale: #555555. Windows color (decimal): -11314622 or 4348499. OLE color: 4348499.

HSL color Cylindrical-coordinate representation of color #535A42: hue angle of 77.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535A42 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 66 -
CMYK 0.08 0 0.27 0.65
HSL 77.5º 0.15% 0.31% -
HSV(B) 77.5º 0.27% 0.35% -
XYZ 8.21 9.54 6.56 -
YUV 85.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 83 90 66 0.08 0 0.27 0.65 77.5 0.15 0.31
Hex 53 5A 42 8 0 1B 41 4E F 1F
Octal 123 132 102 10 0 33 101 116 17 37
Binary 1010011 1011010 1000010 1000 0 11011 1000001 1001110 1111 11111

Color Harmonies of #535A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A42

Black with #535A42

Text Example


Text Example

White with #535A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A42; }

 p { color: rgb(83,90,66); }

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

background-color css

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

 a { background-color: rgb(83,90,66); }

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

border-color css

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

 span { border-color: rgb(83,90,66); }

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