#4E9569

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

Shades of Ocean Green #4E9569

Tints of Ocean Green #4E9569

Color information

#4E9569 (or 0x4E9569) is unknown color: approx Ocean Green. HEX triplet: 4E, 95 and 69. RGB value is (78,149,105). Sum of RGB (Red+Green+Blue) = 78+149+105=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9569 is #B16A96. Grayscale: #7A7A7A. Windows color (decimal): -11627159 or 6919502. OLE color: 6919502.

HSL color Cylindrical-coordinate representation of color #4E9569: hue angle of 142.82º 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 #4E9569 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB78149105-
CMYK0.4800.300.42
HSL142.82º31.28%44.51%-
HSV(B)142.82º47.65%58.43%-
XYZ16.4424.1317.16-
YUV122.76117.9896.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.49%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=23.49%
G=44.88%
B=31.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781491050.4800.300.42142.8231.2844.51
Hex4E95693001E2A8f1f2d
Octal11622515160036522173755
Binary10011101001010111010011100000111101010101000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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