#4CB775

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

Shades of Ocean Green #4CB775

Tints of Ocean Green #4CB775

Color information

#4CB775 (or 0x4CB775) is unknown color: approx Ocean Green. HEX triplet: 4C, B7 and 75. RGB value is (76,183,117). Sum of RGB (Red+Green+Blue) = 76+183+117=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB775 is #B3488A. Grayscale: #8F8F8F. Windows color (decimal): -11749515 or 7714636. OLE color: 7714636.

HSL color Cylindrical-coordinate representation of color #4CB775: hue angle of 142.99º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB775 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB76183117-
CMYK0.5800.360.28
HSL142.99º42.63%50.78%-
HSV(B)142.99º58.47%71.76%-
XYZ23.1236.6922.69-
YUV143.48113.0579.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 183 (71.88% from 255) = 48.67%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=20.21%
G=48.67%
B=31.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761831170.5800.360.28142.9942.6350.78
Hex4CB7753A0241C8f2b33
Octal11426716572044342175363
Binary100110010110111111010111101001001001110010001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,117); }

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

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

 a { background-color: rgb(76,183,117); }

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

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

 span { border-color: rgb(76,183,117); }

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