#4B9472

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

Shades of Ocean Green #4B9472

Tints of Ocean Green #4B9472

Color information

#4B9472 (or 0x4B9472) is unknown color: approx Ocean Green. HEX triplet: 4B, 94 and 72. RGB value is (75,148,114). Sum of RGB (Red+Green+Blue) = 75+148+114=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9472 is #B46B8D. Grayscale: #7A7A7A. Windows color (decimal): -11824014 or 7509067. OLE color: 7509067.

HSL color Cylindrical-coordinate representation of color #4B9472: hue angle of 152.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9472 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB75148114-
CMYK0.4900.230.42
HSL152.05º32.74%43.73%-
HSV(B)152.05º49.32%58.04%-
XYZ16.5323.8919.66-
YUV122.3123.3294.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=22.26%
G=43.92%
B=33.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751481140.4900.230.42152.0532.7443.73
Hex4B9472310172A98212c
Octal11322416261027522304154
Binary100101110010100111001011000101011110101010011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,114); }

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

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

 a { background-color: rgb(75,148,114); }

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

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

 span { border-color: rgb(75,148,114); }

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