#4CB071

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

Shades of Ocean Green #4CB071

Tints of Ocean Green #4CB071

Color information

#4CB071 (or 0x4CB071) is unknown color: approx Ocean Green. HEX triplet: 4C, B0 and 71. RGB value is (76,176,113). Sum of RGB (Red+Green+Blue) = 76+176+113=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB071 is #B34F8E. Grayscale: #8B8B8B. Windows color (decimal): -11751311 or 7450700. OLE color: 7450700.

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

Color convert

RGB76176113-
CMYK0.5700.360.31
HSL142.2º39.68%49.41%-
HSV(B)142.2º56.82%69.02%-
XYZ21.4933.7821.01-
YUV138.92113.3783.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 176 (69.14% from 255) = 48.22%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=20.82%
G=48.22%
B=30.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761761130.5700.360.31142.239.6849.41
Hex4CB071390241F8e2831
Octal11426016171044372165061
Binary100110010110000111000111100101001001111110001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,113); }

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

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

 a { background-color: rgb(76,176,113); }

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

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

 span { border-color: rgb(76,176,113); }

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