Html Css Color HEX #4F885A Como

📋 copy color: '#4F885A'

red 79 ◦ green 136 ◦ blue 90

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

Shades of Como #4F885A

Tints of Como #4F885A

RGB

 RED value IS 79 (31.25% from 255) = 25.9%

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 25.9%
G = 44.59%
B = 29.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#4F885A (or 0x4F885A) is known color: Como. HEX triplet: 4F, 88 and 5A. RGB value is (79,136,90). Sum of RGB (Red+Green+Blue) = 79+136+90=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885A is #B077A5. Grayscale: #717171. Windows color (decimal): -11564966 or 5933135. OLE color: 5933135.

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

Color convert

RGB 79 136 90 -
CMYK 0.42 0 0.34 0.47
HSL 131.58º 0.27% 0.42% -
HSV(B) 131.58º 0.42% 0.53% -
XYZ 13.87 20.01 12.8 -
YUV 113.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 79 136 90 0.42 0 0.34 0.47 131.58 0.27 0.42
Hex 4F 88 5A 2A 0 22 2F 84 1B 2A
Octal 117 210 132 52 0 42 57 204 33 52
Binary 1001111 10001000 1011010 101010 0 100010 101111 10000100 11011 101010

Color Harmonies of #4F885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F885A

Black with #4F885A

Text Example


Text Example

White with #4F885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,136,90); }

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

background-color css

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

 a { background-color: rgb(79,136,90); }

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

border-color css

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

 span { border-color: rgb(79,136,90); }

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