#4E9572

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

Shades of Ocean Green #4E9572

Tints of Ocean Green #4E9572

Color information

#4E9572 (or 0x4E9572) is unknown color: approx Ocean Green. HEX triplet: 4E, 95 and 72. RGB value is (78,149,114). Sum of RGB (Red+Green+Blue) = 78+149+114=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9572 is #B16A8D. Grayscale: #7B7B7B. Windows color (decimal): -11627150 or 7509326. OLE color: 7509326.

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

Color convert

RGB78149114-
CMYK0.4800.230.42
HSL150.42º31.28%44.51%-
HSV(B)150.42º47.65%58.43%-
XYZ16.9324.3319.72-
YUV123.78122.4895.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=22.87%
G=43.70%
B=33.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781491140.4800.230.42150.4231.2844.51
Hex4E9572300172A961f2d
Octal11622516260027522263755
Binary10011101001010111100101100000101111010101001011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,114); }

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

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

 a { background-color: rgb(78,149,114); }

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

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

 span { border-color: rgb(78,149,114); }

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