#4cb27f

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

Shades of Ocean Green #4CB27F

Tints of Ocean Green #4CB27F

Color information

#4CB27F (or 0x4CB27F) is unknown color: approx Ocean Green. HEX triplet: 4C, B2 and 7F. RGB value is (76,178,127). Sum of RGB (Red+Green+Blue) = 76+178+127=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB27F is #B34D80. Grayscale: #8D8D8D. Windows color (decimal): -11750785 or 8368716. OLE color: 8368716.

HSL color Cylindrical-coordinate representation of color #4CB27F: hue angle of 150º 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 #4CB27F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB76178127-
CMYK0.5700.290.30
HSL150º40.16%49.8%-
HSV(B)150º57.3%69.8%-
XYZ22.7334.9125.62-
YUV141.69119.7181.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 127 (50% from 255) = 33.33%
R=19.95%
G=46.72%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781270.5700.290.3015040.1649.8
Hex4CB27F3901D1E962832
Octal11426217771035362265062
Binary10011001011001011111111110010111011111010010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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