#4EA381

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

Shades of Ocean Green #4EA381

Tints of Ocean Green #4EA381

Color information

#4EA381 (or 0x4EA381) is unknown color: approx Ocean Green. HEX triplet: 4E, A3 and 81. RGB value is (78,163,129). Sum of RGB (Red+Green+Blue) = 78+163+129=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA381 is #B15C7E. Grayscale: #858585. Windows color (decimal): -11623551 or 8495950. OLE color: 8495950.

HSL color Cylindrical-coordinate representation of color #4EA381: hue angle of 156º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA381 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB78163129-
CMYK0.5200.210.36
HSL156º35.27%47.25%-
HSV(B)156º52.15%63.92%-
XYZ20.229.425.38-
YUV133.71125.3488.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 163 (64.06% from 255) = 44.05%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=21.08%
G=44.05%
B=34.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781631290.5200.210.3615635.2747.25
Hex4EA38134015249c232f
Octal11624320164025442344357
Binary1001110101000111000000111010001010110010010011100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,163,129); }

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

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

 a { background-color: rgb(78,163,129); }

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

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

 span { border-color: rgb(78,163,129); }

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