#4B7E5A

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

Shades of Como #4B7E5A

Tints of Como #4B7E5A

Color information

#4B7E5A (or 0x4B7E5A) is unknown color: approx Como. HEX triplet: 4B, 7E and 5A. RGB value is (75,126,90). Sum of RGB (Red+Green+Blue) = 75+126+90=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7E5A is #B481A5. Grayscale: #6A6A6A. Windows color (decimal): -11829670 or 5930571. OLE color: 5930571.

HSL color Cylindrical-coordinate representation of color #4B7E5A: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7E5A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB7512690-
CMYK0.4000.290.51
HSL137.65º25.37%39.41%-
HSV(B)137.65º40.48%49.41%-
XYZ12.2117.1612.34-
YUV106.65118.6105.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 126 (49.61% from 255) = 43.30%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=25.77%
G=43.30%
B=30.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75126900.4000.290.51137.6525.3739.41
Hex4B7E5A2801D338a1927
Octal11317613250035632123147
Binary1001011111111010110101010000111011100111000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,126,90); }

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

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

 a { background-color: rgb(75,126,90); }

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

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

 span { border-color: rgb(75,126,90); }

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