Html Css Color HEX #525745 Lunar Green

📋 copy color: '#525745'

red 82 ◦ green 87 ◦ blue 69

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

Shades of Lunar Green #525745

Tints of Lunar Green #525745

RGB

 RED value IS 82 (32.42% from 255) = 34.45%

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 69 (27.34% from 255) = 28.99%

R = 34.45%
G = 36.55%
B = 28.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#525745 (or 0x525745) is known color: Lunar Green. HEX triplet: 52, 57 and 45. RGB value is (82,87,69). Sum of RGB (Red+Green+Blue) = 82+87+69=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #525745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525745 is #ADA8BA. Grayscale: #535353. Windows color (decimal): -11380923 or 4544338. OLE color: 4544338.

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

Color convert

RGB 82 87 69 -
CMYK 0.06 0 0.21 0.66
HSL 76.67º 0.12% 0.31% -
HSV(B) 76.67º 0.21% 0.34% -
XYZ 7.96 9.04 6.96 -
YUV 83.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 82 87 69 0.06 0 0.21 0.66 76.67 0.12 0.31
Hex 52 57 45 6 0 15 42 4D C 1F
Octal 122 127 105 6 0 25 102 115 14 37
Binary 1010010 1010111 1000101 110 0 10101 1000010 1001101 1100 11111

Color Harmonies of #525745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525745

Black with #525745

Text Example


Text Example

White with #525745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525745; }

 p { color: rgb(82,87,69); }

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

background-color css

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

 a { background-color: rgb(82,87,69); }

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

border-color css

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

 span { border-color: rgb(82,87,69); }

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