Html Css Color HEX #535946 Lunar Green

📋 copy color: '#535946'

red 83 ◦ green 89 ◦ blue 70

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

Shades of Lunar Green #535946

Tints of Lunar Green #535946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 34.3%
G = 36.78%
B = 28.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#535946 (or 0x535946) is known color: Lunar Green. HEX triplet: 53, 59 and 46. RGB value is (83,89,70). Sum of RGB (Red+Green+Blue) = 83+89+70=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #535946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535946 is #ACA6B9. Grayscale: #555555. Windows color (decimal): -11314874 or 4610387. OLE color: 4610387.

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

Color convert

RGB 83 89 70 -
CMYK 0.07 0 0.21 0.65
HSL 78.95º 0.12% 0.31% -
HSV(B) 78.95º 0.21% 0.35% -
XYZ 8.25 9.43 7.18 -
YUV 85.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 83 89 70 0.07 0 0.21 0.65 78.95 0.12 0.31
Hex 53 59 46 7 0 15 41 4F C 1F
Octal 123 131 106 7 0 25 101 117 14 37
Binary 1010011 1011001 1000110 111 0 10101 1000001 1001111 1100 11111

Color Harmonies of #535946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535946

Black with #535946

Text Example


Text Example

White with #535946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535946; }

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

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

background-color css

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

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

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

border-color css

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

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

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