Html Css Color HEX #535F38 Lunar Green

📋 copy color: '#535F38'

red 83 ◦ green 95 ◦ blue 56

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

Shades of Lunar Green #535F38

Tints of Lunar Green #535F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 35.47%
G = 40.6%
B = 23.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#535F38 (or 0x535F38) is known color: Lunar Green. HEX triplet: 53, 5F and 38. RGB value is (83,95,56). Sum of RGB (Red+Green+Blue) = 83+95+56=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #535F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F38 is #ACA0C7. Grayscale: #575757. Windows color (decimal): -11313352 or 3694419. OLE color: 3694419.

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

Color convert

RGB 83 95 56 -
CMYK 0.13 0 0.41 0.63
HSL 78.46º 0.26% 0.3% -
HSV(B) 78.46º 0.41% 0.37% -
XYZ 8.37 10.31 5.29 -
YUV 86.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 83 95 56 0.13 0 0.41 0.63 78.46 0.26 0.3
Hex 53 5F 38 D 0 29 3F 4E 1A 1E
Octal 123 137 70 15 0 51 77 116 32 36
Binary 1010011 1011111 111000 1101 0 101001 111111 1001110 11010 11110

Color Harmonies of #535F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F38

Black with #535F38

Text Example


Text Example

White with #535F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,95,56); }

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

background-color css

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

 a { background-color: rgb(83,95,56); }

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

border-color css

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

 span { border-color: rgb(83,95,56); }

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