Html Css Color HEX #4D865A Como

📋 copy color: '#4D865A'

red 77 ◦ green 134 ◦ blue 90

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

Shades of Como #4D865A

Tints of Como #4D865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 25.58%
G = 44.52%
B = 29.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#4D865A (or 0x4D865A) is known color: Como. HEX triplet: 4D, 86 and 5A. RGB value is (77,134,90). Sum of RGB (Red+Green+Blue) = 77+134+90=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865A is #B279A5. Grayscale: #707070. Windows color (decimal): -11696550 or 5932621. OLE color: 5932621.

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

Color convert

RGB 77 134 90 -
CMYK 0.43 0 0.33 0.47
HSL 133.68º 0.27% 0.41% -
HSV(B) 133.68º 0.43% 0.53% -
XYZ 13.43 19.37 12.7 -
YUV 111.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 77 134 90 0.43 0 0.33 0.47 133.68 0.27 0.41
Hex 4D 86 5A 2B 0 21 2F 86 1B 29
Octal 115 206 132 53 0 41 57 206 33 51
Binary 1001101 10000110 1011010 101011 0 100001 101111 10000110 11011 101001

Color Harmonies of #4D865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D865A

Black with #4D865A

Text Example


Text Example

White with #4D865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,134,90); }

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

background-color css

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

 a { background-color: rgb(77,134,90); }

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

border-color css

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

 span { border-color: rgb(77,134,90); }

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