#4CB38C

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

Shades of Keppel #4CB38C

Tints of Keppel #4CB38C

Color information

#4CB38C (or 0x4CB38C) is unknown color: approx Keppel. HEX triplet: 4C, B3 and 8C. RGB value is (76,179,140). Sum of RGB (Red+Green+Blue) = 76+179+140=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB38C is #B34C73. Grayscale: #8F8F8F. Windows color (decimal): -11750516 or 9220940. OLE color: 9220940.

HSL color Cylindrical-coordinate representation of color #4CB38C: hue angle of 157.28º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB38C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB76179140-
CMYK0.5800.220.30
HSL157.28º40.39%50%-
HSV(B)157.28º57.54%70.2%-
XYZ23.8335.6730.44-
YUV143.76125.8879.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=19.24%
G=45.32%
B=35.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761791400.5800.220.30157.2840.3950
Hex4CB38C3A0161E9d2832
Octal11426321472026362355062
Binary100110010110011100011001110100101101111010011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,179,140); }

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

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

 a { background-color: rgb(76,179,140); }

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

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

 span { border-color: rgb(76,179,140); }

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