Html Css Color HEX #4A563B Lunar Green

📋 copy color: '#4A563B'

red 74 ◦ green 86 ◦ blue 59

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

Shades of Lunar Green #4A563B

Tints of Lunar Green #4A563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

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

R = 33.79%
G = 39.27%
B = 26.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#4A563B (or 0x4A563B) is known color: Lunar Green. HEX triplet: 4A, 56 and 3B. RGB value is (74,86,59). Sum of RGB (Red+Green+Blue) = 74+86+59=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #4A563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A563B is #B5A9C4. Grayscale: #4F4F4F. Windows color (decimal): -11905477 or 3888714. OLE color: 3888714.

HSL color Cylindrical-coordinate representation of color #4A563B: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A563B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 86 59 -
CMYK 0.14 0 0.31 0.66
HSL 86.67º 0.19% 0.28% -
HSV(B) 86.67º 0.31% 0.34% -
XYZ 6.94 8.43 5.4 -
YUV 79.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 74 86 59 0.14 0 0.31 0.66 86.67 0.19 0.28
Hex 4A 56 3B E 0 1F 42 57 13 1C
Octal 112 126 73 16 0 37 102 127 23 34
Binary 1001010 1010110 111011 1110 0 11111 1000010 1010111 10011 11100

Color Harmonies of #4A563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A563B

Black with #4A563B

Text Example


Text Example

White with #4A563B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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