Html Css Color HEX #4B533F Lunar Green

📋 copy color: '#4B533F'

red 75 ◦ green 83 ◦ blue 63

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

Shades of Lunar Green #4B533F

Tints of Lunar Green #4B533F

RGB

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

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

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

R = 33.94%
G = 37.56%
B = 28.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#4B533F (or 0x4B533F) is known color: Lunar Green. HEX triplet: 4B, 53 and 3F. RGB value is (75,83,63). Sum of RGB (Red+Green+Blue) = 75+83+63=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #4B533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B533F is #B4ACC0. Grayscale: #4E4E4E. Windows color (decimal): -11840705 or 4150091. OLE color: 4150091.

HSL color Cylindrical-coordinate representation of color #4B533F: hue angle of 84º 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 #4B533F is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 63 -
CMYK 0.10 0 0.24 0.67
HSL 84º 0.14% 0.29% -
HSV(B) 84º 0.24% 0.33% -
XYZ 6.89 8.04 5.89 -
YUV 78.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 75 83 63 0.10 0 0.24 0.67 84 0.14 0.29
Hex 4B 53 3F A 0 18 43 54 E 1D
Octal 113 123 77 12 0 30 103 124 16 35
Binary 1001011 1010011 111111 1010 0 11000 1000011 1010100 1110 11101

Color Harmonies of #4B533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B533F

Black with #4B533F

Text Example


Text Example

White with #4B533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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