#4CB18B

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

Shades of Keppel #4CB18B

Tints of Keppel #4CB18B

Color information

#4CB18B (or 0x4CB18B) is unknown color: approx Keppel. HEX triplet: 4C, B1 and 8B. RGB value is (76,177,139). Sum of RGB (Red+Green+Blue) = 76+177+139=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB18B is #B34E74. Grayscale: #8E8E8E. Windows color (decimal): -11751029 or 9154892. OLE color: 9154892.

HSL color Cylindrical-coordinate representation of color #4CB18B: hue angle of 157.43º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB18B is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB76177139-
CMYK0.5700.210.31
HSL157.43º39.92%49.61%-
HSV(B)157.43º57.06%69.41%-
XYZ23.3634.8429.92-
YUV142.47126.0480.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.39%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=19.39%
G=45.15%
B=35.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761771390.5700.210.31157.4339.9249.61
Hex4CB18B390151F9d2832
Octal11426121371025372355062
Binary100110010110001100010111110010101011111110011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,177,139); }

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

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

 a { background-color: rgb(76,177,139); }

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

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

 span { border-color: rgb(76,177,139); }

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