#4F855F

Color #4F855F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4F855F

Tints of Como #4F855F

Color information

#4F855F (or 0x4F855F) is unknown color: approx Como. HEX triplet: 4F, 85 and 5F. RGB value is (79,133,95). Sum of RGB (Red+Green+Blue) = 79+133+95=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #4F855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F855F is #B07AA0. Grayscale: #707070. Windows color (decimal): -11565729 or 6260047. OLE color: 6260047.

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

Color convert

RGB7913395-
CMYK0.4100.290.48
HSL137.78º25.47%41.57%-
HSV(B)137.78º40.6%52.16%-
XYZ13.6819.2613.82-
YUV112.52118.11104.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=25.73%
G=43.32%
B=30.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79133950.4100.290.48137.7825.4741.57
Hex4F855F2901D308a192a
Octal11720513751035602123152
Binary10011111000010110111111010010111011100001000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,95); }

 H1.HeaderClassName
 {
   color: #4F855F;
 }
 .AnyTagClassName
 {
   color: #4F855F;
 }
</style>
background-color css

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

 a { background-color: rgb(79,133,95); }

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

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

 span { border-color: rgb(79,133,95); }

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