Html Css Color HEX #4D855A Como

📋 copy color: '#4D855A'

red 77 ◦ green 133 ◦ blue 90

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

Shades of Como #4D855A

Tints of Como #4D855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 25.67%
G = 44.33%
B = 30%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#4D855A (or 0x4D855A) is known color: Como. HEX triplet: 4D, 85 and 5A. RGB value is (77,133,90). Sum of RGB (Red+Green+Blue) = 77+133+90=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #4D855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D855A is #B27AA5. Grayscale: #6F6F6F. Windows color (decimal): -11696806 or 5932365. OLE color: 5932365.

HSL color Cylindrical-coordinate representation of color #4D855A: hue angle of 133.93º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D855A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 133 90 -
CMYK 0.42 0 0.32 0.48
HSL 133.93º 0.27% 0.41% -
HSV(B) 133.93º 0.42% 0.52% -
XYZ 13.29 19.09 12.66 -
YUV 111.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 77 133 90 0.42 0 0.32 0.48 133.93 0.27 0.41
Hex 4D 85 5A 2A 0 20 30 86 1B 29
Octal 115 205 132 52 0 40 60 206 33 51
Binary 1001101 10000101 1011010 101010 0 100000 110000 10000110 11011 101001

Color Harmonies of #4D855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D855A

Black with #4D855A

Text Example


Text Example

White with #4D855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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