#4BA278

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

Shades of Ocean Green #4BA278

Tints of Ocean Green #4BA278

Color information

#4BA278 (or 0x4BA278) is unknown color: approx Ocean Green. HEX triplet: 4B, A2 and 78. RGB value is (75,162,120). Sum of RGB (Red+Green+Blue) = 75+162+120=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA278 is #B45D87. Grayscale: #838383. Windows color (decimal): -11820424 or 7905867. OLE color: 7905867.

HSL color Cylindrical-coordinate representation of color #4BA278: hue angle of 151.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA278 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB75162120-
CMYK0.5400.260.36
HSL151.03º36.71%46.47%-
HSV(B)151.03º53.7%63.53%-
XYZ19.2128.6922.29-
YUV131.2121.6887.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=21.01%
G=45.38%
B=33.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751621200.5400.260.36151.0336.7146.47
Hex4BA2783601A2497252e
Octal11324217066032442274556
Binary100101110100010111100011011001101010010010010111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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