Html Css Color HEX #4B523E Lunar Green

📋 copy color: '#4B523E'

red 75 ◦ green 82 ◦ blue 62

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

Shades of Lunar Green #4B523E

Tints of Lunar Green #4B523E

RGB

 RED value IS 75 (29.69% from 255) = 34.25%

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 62 (24.61% from 255) = 28.31%

R = 34.25%
G = 37.44%
B = 28.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#4B523E (or 0x4B523E) is known color: Lunar Green. HEX triplet: 4B, 52 and 3E. RGB value is (75,82,62). Sum of RGB (Red+Green+Blue) = 75+82+62=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #4B523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B523E is #B4ADC1. Grayscale: #4D4D4D. Windows color (decimal): -11840962 or 4084299. OLE color: 4084299.

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

Color convert

RGB 75 82 62 -
CMYK 0.09 0 0.24 0.68
HSL 81º 0.14% 0.28% -
HSV(B) 81º 0.24% 0.32% -
XYZ 6.79 7.88 5.72 -
YUV 77.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 75 82 62 0.09 0 0.24 0.68 81 0.14 0.28
Hex 4B 52 3E 9 0 18 44 51 E 1C
Octal 113 122 76 11 0 30 104 121 16 34
Binary 1001011 1010010 111110 1001 0 11000 1000100 1010001 1110 11100

Color Harmonies of #4B523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B523E

Black with #4B523E

Text Example


Text Example

White with #4B523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,62); }

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

background-color css

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

 a { background-color: rgb(75,82,62); }

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

border-color css

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

 span { border-color: rgb(75,82,62); }

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