#4BB58C

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

Shades of Keppel #4BB58C

Tints of Keppel #4BB58C

Color information

#4BB58C (or 0x4BB58C) is unknown color: approx Keppel. HEX triplet: 4B, B5 and 8C. RGB value is (75,181,140). Sum of RGB (Red+Green+Blue) = 75+181+140=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB58C is #B44A73. Grayscale: #909090. Windows color (decimal): -11815540 or 9221451. OLE color: 9221451.

HSL color Cylindrical-coordinate representation of color #4BB58C: hue angle of 156.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB58C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB75181140-
CMYK0.5900.230.29
HSL156.79º41.73%50.2%-
HSV(B)156.79º58.56%70.98%-
XYZ24.1636.4430.57-
YUV144.63125.3878.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.94%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=18.94%
G=45.71%
B=35.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811400.5900.230.29156.7941.7350.2
Hex4BB58C3B0171D9d2a32
Octal11326521473027352355262
Binary100101110110101100011001110110101111110110011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,140); }

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

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

 a { background-color: rgb(75,181,140); }

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

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

 span { border-color: rgb(75,181,140); }

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