Html Css Color HEX #4F885B Como

📋 copy color: '#4F885B'

red 79 ◦ green 136 ◦ blue 91

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

Shades of Como #4F885B

Tints of Como #4F885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 25.82%
G = 44.44%
B = 29.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#4F885B (or 0x4F885B) is known color: Como. HEX triplet: 4F, 88 and 5B. RGB value is (79,136,91). Sum of RGB (Red+Green+Blue) = 79+136+91=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885B is #B077A4. Grayscale: #717171. Windows color (decimal): -11564965 or 5998671. OLE color: 5998671.

HSL color Cylindrical-coordinate representation of color #4F885B: hue angle of 132.63º 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 #4F885B is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 136 91 -
CMYK 0.42 0 0.33 0.47
HSL 132.63º 0.27% 0.42% -
HSV(B) 132.63º 0.42% 0.53% -
XYZ 13.92 20.03 13.03 -
YUV 113.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 79 136 91 0.42 0 0.33 0.47 132.63 0.27 0.42
Hex 4F 88 5B 2A 0 21 2F 85 1B 2A
Octal 117 210 133 52 0 41 57 205 33 52
Binary 1001111 10001000 1011011 101010 0 100001 101111 10000101 11011 101010

Color Harmonies of #4F885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F885B

Black with #4F885B

Text Example


Text Example

White with #4F885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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