Html Css Color HEX #4D875F Como

📋 copy color: '#4D875F'

red 77 ◦ green 135 ◦ blue 95

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

Shades of Como #4D875F

Tints of Como #4D875F

RGB

 RED value IS 77 (30.47% from 255) = 25.08%

 GREEN value IS 135 (53.13% from 255) = 43.97%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 25.08%
G = 43.97%
B = 30.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#4D875F (or 0x4D875F) is known color: Como. HEX triplet: 4D, 87 and 5F. RGB value is (77,135,95). Sum of RGB (Red+Green+Blue) = 77+135+95=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #4D875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D875F is #B278A0. Grayscale: #717171. Windows color (decimal): -11696289 or 6260557. OLE color: 6260557.

HSL color Cylindrical-coordinate representation of color #4D875F: hue angle of 138.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D875F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 135 95 -
CMYK 0.43 0 0.30 0.47
HSL 138.62º 0.27% 0.42% -
HSV(B) 138.62º 0.43% 0.53% -
XYZ 13.79 19.73 13.91 -
YUV 113.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 77 135 95 0.43 0 0.30 0.47 138.62 0.27 0.42
Hex 4D 87 5F 2B 0 1E 2F 8B 1B 2A
Octal 115 207 137 53 0 36 57 213 33 52
Binary 1001101 10000111 1011111 101011 0 11110 101111 10001011 11011 101010

Color Harmonies of #4D875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D875F

Black with #4D875F

Text Example


Text Example

White with #4D875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,135,95); }

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

background-color css

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

 a { background-color: rgb(77,135,95); }

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

border-color css

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

 span { border-color: rgb(77,135,95); }

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