Html Css Color HEX #535E3A Lunar Green

📋 copy color: '#535E3A'

red 83 ◦ green 94 ◦ blue 58

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

Shades of Lunar Green #535E3A

Tints of Lunar Green #535E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 35.32%
G = 40%
B = 24.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#535E3A (or 0x535E3A) is known color: Lunar Green. HEX triplet: 53, 5E and 3A. RGB value is (83,94,58). Sum of RGB (Red+Green+Blue) = 83+94+58=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #535E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E3A is #ACA1C5. Grayscale: #565656. Windows color (decimal): -11313606 or 3825235. OLE color: 3825235.

HSL color Cylindrical-coordinate representation of color #535E3A: hue angle of 78.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535E3A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 58 -
CMYK 0.12 0 0.38 0.63
HSL 78.33º 0.24% 0.3% -
HSV(B) 78.33º 0.38% 0.37% -
XYZ 8.33 10.15 5.52 -
YUV 86.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 83 94 58 0.12 0 0.38 0.63 78.33 0.24 0.3
Hex 53 5E 3A C 0 26 3F 4E 18 1E
Octal 123 136 72 14 0 46 77 116 30 36
Binary 1010011 1011110 111010 1100 0 100110 111111 1001110 11000 11110

Color Harmonies of #535E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E3A

Black with #535E3A

Text Example


Text Example

White with #535E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,58); }

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

background-color css

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

 a { background-color: rgb(83,94,58); }

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

border-color css

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

 span { border-color: rgb(83,94,58); }

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