Html Css Color HEX #4C5A3B Lunar Green

📋 copy color: '#4C5A3B'

red 76 ◦ green 90 ◦ blue 59

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

Shades of Lunar Green #4C5A3B

Tints of Lunar Green #4C5A3B

RGB

 RED value IS 76 (30.08% from 255) = 33.78%

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 33.78%
G = 40%
B = 26.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#4C5A3B (or 0x4C5A3B) is known color: Lunar Green. HEX triplet: 4C, 5A and 3B. RGB value is (76,90,59). Sum of RGB (Red+Green+Blue) = 76+90+59=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A3B is #B3A5C4. Grayscale: #525252. Windows color (decimal): -11773381 or 3889740. OLE color: 3889740.

HSL color Cylindrical-coordinate representation of color #4C5A3B: hue angle of 87.1º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5A3B is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 90 59 -
CMYK 0.16 0 0.34 0.65
HSL 87.1º 0.21% 0.29% -
HSV(B) 87.1º 0.34% 0.35% -
XYZ 7.43 9.16 5.52 -
YUV 82.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 76 90 59 0.16 0 0.34 0.65 87.1 0.21 0.29
Hex 4C 5A 3B 10 0 22 41 57 15 1D
Octal 114 132 73 20 0 42 101 127 25 35
Binary 1001100 1011010 111011 10000 0 100010 1000001 1010111 10101 11101

Color Harmonies of #4C5A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A3B

Black with #4C5A3B

Text Example


Text Example

White with #4C5A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5A3B; }

 p { color: rgb(76,90,59); }

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

background-color css

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

 a { background-color: rgb(76,90,59); }

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

border-color css

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

 span { border-color: rgb(76,90,59); }

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