#4CA580

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

Shades of Ocean Green #4CA580

Tints of Ocean Green #4CA580

Color information

#4CA580 (or 0x4CA580) is unknown color: approx Ocean Green. HEX triplet: 4C, A5 and 80. RGB value is (76,165,128). Sum of RGB (Red+Green+Blue) = 76+165+128=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA580 is #B35A7F. Grayscale: #868686. Windows color (decimal): -11754112 or 8430924. OLE color: 8430924.

HSL color Cylindrical-coordinate representation of color #4CA580: hue angle of 155.06º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA580 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB76165128-
CMYK0.5400.220.35
HSL155.06º36.93%47.25%-
HSV(B)155.06º53.94%64.71%-
XYZ20.3330.0125.14-
YUV134.17124.5186.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=20.60%
G=44.72%
B=34.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761651280.5400.220.35155.0636.9347.25
Hex4CA58036016239b252f
Octal11424520066026432334557
Binary1001100101001011000000011011001011010001110011011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,165,128); }

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

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

 a { background-color: rgb(76,165,128); }

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

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

 span { border-color: rgb(76,165,128); }

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