Html Css Color HEX #535A43 Lunar Green

📋 copy color: '#535A43'

red 83 ◦ green 90 ◦ blue 67

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

Shades of Lunar Green #535A43

Tints of Lunar Green #535A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.92%

R = 34.58%
G = 37.5%
B = 27.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#535A43 (or 0x535A43) is known color: Lunar Green. HEX triplet: 53, 5A and 43. RGB value is (83,90,67). Sum of RGB (Red+Green+Blue) = 83+90+67=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #535A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A43 is #ACA5BC. Grayscale: #555555. Windows color (decimal): -11314621 or 4414035. OLE color: 4414035.

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

Color convert

RGB 83 90 67 -
CMYK 0.08 0 0.26 0.65
HSL 78.26º 0.15% 0.31% -
HSV(B) 78.26º 0.26% 0.35% -
XYZ 8.24 9.56 6.72 -
YUV 85.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 83 90 67 0.08 0 0.26 0.65 78.26 0.15 0.31
Hex 53 5A 43 8 0 1A 41 4E F 1F
Octal 123 132 103 10 0 32 101 116 17 37
Binary 1010011 1011010 1000011 1000 0 11010 1000001 1001110 1111 11111

Color Harmonies of #535A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A43

Black with #535A43

Text Example


Text Example

White with #535A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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