Html Css Color HEX #4A553B Lunar Green

📋 copy color: '#4A553B'

red 74 ◦ green 85 ◦ blue 59

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

Shades of Lunar Green #4A553B

Tints of Lunar Green #4A553B

RGB

 RED value IS 74 (29.3% from 255) = 33.94%

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 33.94%
G = 38.99%
B = 27.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#4A553B (or 0x4A553B) is known color: Lunar Green. HEX triplet: 4A, 55 and 3B. RGB value is (74,85,59). Sum of RGB (Red+Green+Blue) = 74+85+59=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #4A553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A553B is #B5AAC4. Grayscale: #4E4E4E. Windows color (decimal): -11905733 or 3888458. OLE color: 3888458.

HSL color Cylindrical-coordinate representation of color #4A553B: hue angle of 85.38º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A553B is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 59 -
CMYK 0.13 0 0.31 0.67
HSL 85.38º 0.18% 0.28% -
HSV(B) 85.38º 0.31% 0.33% -
XYZ 6.86 8.27 5.37 -
YUV 78.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 74 85 59 0.13 0 0.31 0.67 85.38 0.18 0.28
Hex 4A 55 3B D 0 1F 43 55 12 1C
Octal 112 125 73 15 0 37 103 125 22 34
Binary 1001010 1010101 111011 1101 0 11111 1000011 1010101 10010 11100

Color Harmonies of #4A553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A553B

Black with #4A553B

Text Example


Text Example

White with #4A553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,59); }

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

background-color css

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

 a { background-color: rgb(74,85,59); }

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

border-color css

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

 span { border-color: rgb(74,85,59); }

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