#4B7961

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

Shades of Como #4B7961

Tints of Como #4B7961

Color information

#4B7961 (or 0x4B7961) is unknown color: approx Como. HEX triplet: 4B, 79 and 61. RGB value is (75,121,97). Sum of RGB (Red+Green+Blue) = 75+121+97=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7961 is #B4869E. Grayscale: #686868. Windows color (decimal): -11830943 or 6388043. OLE color: 6388043.

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

Color convert

RGB7512197-
CMYK0.3800.200.53
HSL148.7º23.47%38.43%-
HSV(B)148.7º38.02%47.45%-
XYZ11.916.0313.78-
YUV104.51123.76106.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=25.60%
G=41.30%
B=33.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121970.3800.200.53148.723.4738.43
Hex4B79612601435951726
Octal11317114146024652252746
Binary1001011111100111000011001100101001101011001010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,121,97); }

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

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

 a { background-color: rgb(75,121,97); }

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

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

 span { border-color: rgb(75,121,97); }

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