#4B9674

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

Shades of Ocean Green #4B9674

Tints of Ocean Green #4B9674

Color information

#4B9674 (or 0x4B9674) is unknown color: approx Ocean Green. HEX triplet: 4B, 96 and 74. RGB value is (75,150,116). Sum of RGB (Red+Green+Blue) = 75+150+116=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9674 is #B4698B. Grayscale: #7B7B7B. Windows color (decimal): -11823500 or 7640651. OLE color: 7640651.

HSL color Cylindrical-coordinate representation of color #4B9674: hue angle of 152.8º 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 #4B9674 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB75150116-
CMYK0.500.230.41
HSL152.8º33.33%44.12%-
HSV(B)152.8º50%58.82%-
XYZ16.9624.5720.37-
YUV123.7123.6593.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.99%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=21.99%
G=43.99%
B=34.02%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501160.500.230.41152.833.3344.12
Hex4B9674320172999212c
Octal11322616462027512314154
Binary100101110010110111010011001001011110100110011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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