Html Css Color HEX #4C533F Lunar Green

📋 copy color: '#4C533F'

red 76 ◦ green 83 ◦ blue 63

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

Shades of Lunar Green #4C533F

Tints of Lunar Green #4C533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 34.23%
G = 37.39%
B = 28.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#4C533F (or 0x4C533F) is known color: Lunar Green. HEX triplet: 4C, 53 and 3F. RGB value is (76,83,63). Sum of RGB (Red+Green+Blue) = 76+83+63=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #4C533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C533F is #B3ACC0. Grayscale: #4E4E4E. Windows color (decimal): -11775169 or 4150092. OLE color: 4150092.

HSL color Cylindrical-coordinate representation of color #4C533F: hue angle of 81º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C533F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 83 63 -
CMYK 0.08 0 0.24 0.67
HSL 81º 0.14% 0.29% -
HSV(B) 81º 0.24% 0.33% -
XYZ 6.97 8.08 5.9 -
YUV 78.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 76 83 63 0.08 0 0.24 0.67 81 0.14 0.29
Hex 4C 53 3F 8 0 18 43 51 E 1D
Octal 114 123 77 10 0 30 103 121 16 35
Binary 1001100 1010011 111111 1000 0 11000 1000011 1010001 1110 11101

Color Harmonies of #4C533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C533F

Black with #4C533F

Text Example


Text Example

White with #4C533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,63); }

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

background-color css

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

 a { background-color: rgb(76,83,63); }

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

border-color css

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

 span { border-color: rgb(76,83,63); }

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