#4F7258

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

Shades of Como #4F7258

Tints of Como #4F7258

Color information

#4F7258 (or 0x4F7258) is unknown color: approx Como. HEX triplet: 4F, 72 and 58. RGB value is (79,114,88). Sum of RGB (Red+Green+Blue) = 79+114+88=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7258 is #B08DA7. Grayscale: #646464. Windows color (decimal): -11570600 or 5796431. OLE color: 5796431.

HSL color Cylindrical-coordinate representation of color #4F7258: hue angle of 135.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7258 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB7911488-
CMYK0.3100.230.55
HSL135.43º18.13%37.84%-
HSV(B)135.43º30.7%44.71%-
XYZ1114.411.43-
YUV100.57120.9112.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=28.11%
G=40.57%
B=31.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114880.3100.230.55135.4318.1337.84
Hex4F72581F01737871226
Octal11716213037027672072246
Binary100111111100101011000111110101111101111000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,88); }

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

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

 a { background-color: rgb(79,114,88); }

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

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

 span { border-color: rgb(79,114,88); }

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