#4CB286

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

Shades of Ocean Green #4CB286

Tints of Ocean Green #4CB286

Color information

#4CB286 (or 0x4CB286) is unknown color: approx Ocean Green. HEX triplet: 4C, B2 and 86. RGB value is (76,178,134). Sum of RGB (Red+Green+Blue) = 76+178+134=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB286 is #B34D79. Grayscale: #8E8E8E. Windows color (decimal): -11750778 or 8827468. OLE color: 8827468.

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

Color convert

RGB76178134-
CMYK0.5700.250.30
HSL154.12º40.16%49.8%-
HSV(B)154.12º57.3%69.8%-
XYZ23.235.128.11-
YUV142.49123.2180.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=19.59%
G=45.88%
B=34.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781340.5700.250.30154.1240.1649.8
Hex4CB286390191E9a2832
Octal11426220671031362325062
Binary100110010110010100001101110010110011111010011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,134); }

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

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

 a { background-color: rgb(76,178,134); }

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

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

 span { border-color: rgb(76,178,134); }

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