#4cb278

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

Shades of Ocean Green #4CB278

Tints of Ocean Green #4CB278

Color information

#4CB278 (or 0x4CB278) is unknown color: approx Ocean Green. HEX triplet: 4C, B2 and 78. RGB value is (76,178,120). Sum of RGB (Red+Green+Blue) = 76+178+120=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB278 is #B34D87. Grayscale: #8D8D8D. Windows color (decimal): -11750792 or 7909964. OLE color: 7909964.

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

Color convert

RGB76178120-
CMYK0.5700.330.30
HSL145.88º40.16%49.8%-
HSV(B)145.88º57.3%69.8%-
XYZ22.2934.7323.3-
YUV140.89116.2181.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=20.32%
G=47.59%
B=32.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781200.5700.330.30145.8840.1649.8
Hex4CB278390211E922832
Octal11426217071041362225062
Binary100110010110010111100011100101000011111010010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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