Html Css Color HEX #526040 Lunar Green

📋 copy color: '#526040'

red 82 ◦ green 96 ◦ blue 64

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

Shades of Lunar Green #526040

Tints of Lunar Green #526040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 33.88%
G = 39.67%
B = 26.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#526040 (or 0x526040) is known color: Lunar Green. HEX triplet: 52, 60 and 40. RGB value is (82,96,64). Sum of RGB (Red+Green+Blue) = 82+96+64=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #526040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526040 is #AD9FBF. Grayscale: #585858. Windows color (decimal): -11378624 or 4218962. OLE color: 4218962.

HSL color Cylindrical-coordinate representation of color #526040: hue angle of 86.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #526040 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 64 -
CMYK 0.15 0 0.33 0.62
HSL 86.25º 0.2% 0.31% -
HSV(B) 86.25º 0.33% 0.38% -
XYZ 8.59 10.53 6.43 -
YUV 88.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 82 96 64 0.15 0 0.33 0.62 86.25 0.2 0.31
Hex 52 60 40 F 0 21 3E 56 14 1F
Octal 122 140 100 17 0 41 76 126 24 37
Binary 1010010 1100000 1000000 1111 0 100001 111110 1010110 10100 11111

Color Harmonies of #526040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526040

Black with #526040

Text Example


Text Example

White with #526040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526040; }

 p { color: rgb(82,96,64); }

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

background-color css

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

 a { background-color: rgb(82,96,64); }

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

border-color css

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

 span { border-color: rgb(82,96,64); }

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