#4BA578

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

Shades of Ocean Green #4BA578

Tints of Ocean Green #4BA578

Color information

#4BA578 (or 0x4BA578) is unknown color: approx Ocean Green. HEX triplet: 4B, A5 and 78. RGB value is (75,165,120). Sum of RGB (Red+Green+Blue) = 75+165+120=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA578 is #B45A87. Grayscale: #858585. Windows color (decimal): -11819656 or 7906635. OLE color: 7906635.

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

Color convert

RGB75165120-
CMYK0.5500.270.35
HSL150º37.5%47.06%-
HSV(B)150º54.55%64.71%-
XYZ19.7529.7622.47-
YUV132.96120.6886.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=20.83%
G=45.83%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751651200.5500.270.3515037.547.06
Hex4BA5783701B2396262f
Octal11324517067033432264657
Binary100101110100101111100011011101101110001110010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,120); }

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

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

 a { background-color: rgb(75,165,120); }

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

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

 span { border-color: rgb(75,165,120); }

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