#4B755F

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

Shades of Como #4B755F

Tints of Como #4B755F

Color information

#4B755F (or 0x4B755F) is unknown color: approx Como. HEX triplet: 4B, 75 and 5F. RGB value is (75,117,95). Sum of RGB (Red+Green+Blue) = 75+117+95=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #4B755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B755F is #B48AA0. Grayscale: #656565. Windows color (decimal): -11831969 or 6255947. OLE color: 6255947.

HSL color Cylindrical-coordinate representation of color #4B755F: hue angle of 148.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B755F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB7511795-
CMYK0.3600.190.54
HSL148.57º21.87%37.65%-
HSV(B)148.57º35.9%45.88%-
XYZ11.3315.0413.13-
YUV101.93124.09108.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=26.13%
G=40.77%
B=33.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117950.3600.190.54148.5721.8737.65
Hex4B755F2401336951626
Octal11316513744023662252646
Binary1001011111010110111111001000100111101101001010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,117,95); }

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

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

 a { background-color: rgb(75,117,95); }

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

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

 span { border-color: rgb(75,117,95); }

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