#4BB276

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

Shades of Ocean Green #4BB276

Tints of Ocean Green #4BB276

Color information

#4BB276 (or 0x4BB276) is unknown color: approx Ocean Green. HEX triplet: 4B, B2 and 76. RGB value is (75,178,118). Sum of RGB (Red+Green+Blue) = 75+178+118=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB276 is #B44D89. Grayscale: #8C8C8C. Windows color (decimal): -11816330 or 7778891. OLE color: 7778891.

HSL color Cylindrical-coordinate representation of color #4BB276: hue angle of 145.05º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB276 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB75178118-
CMYK0.5800.340.30
HSL145.05º40.71%49.61%-
HSV(B)145.05º57.87%69.8%-
XYZ22.0934.6422.66-
YUV140.36115.3881.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=20.22%
G=47.98%
B=31.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751781180.5800.340.30145.0540.7149.61
Hex4BB2763A0221E912932
Octal11326216672042362215162
Binary100101110110010111011011101001000101111010010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,118); }

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

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

 a { background-color: rgb(75,178,118); }

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

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

 span { border-color: rgb(75,178,118); }

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