#4B9676

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

Shades of Ocean Green #4B9676

Tints of Ocean Green #4B9676

Color information

#4B9676 (or 0x4B9676) is unknown color: approx Ocean Green. HEX triplet: 4B, 96 and 76. RGB value is (75,150,118). Sum of RGB (Red+Green+Blue) = 75+150+118=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9676 is #B46989. Grayscale: #7B7B7B. Windows color (decimal): -11823498 or 7771723. OLE color: 7771723.

HSL color Cylindrical-coordinate representation of color #4B9676: hue angle of 154.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9676 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB75150118-
CMYK0.500.210.41
HSL154.4º33.33%44.12%-
HSV(B)154.4º50%58.82%-
XYZ17.0824.6220.99-
YUV123.93124.6593.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=21.87%
G=43.73%
B=34.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501180.500.210.41154.433.3344.12
Hex4B967632015299a212c
Octal11322616662025512324154
Binary100101110010110111011011001001010110100110011010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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