#3EA274

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

Shades of Ocean Green #3EA274

Tints of Ocean Green #3EA274

Color information

#3EA274 (or 0x3EA274) is unknown color: approx Ocean Green. HEX triplet: 3E, A2 and 74. RGB value is (62,162,116). Sum of RGB (Red+Green+Blue) = 62+162+116=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA274 is #C15D8B. Grayscale: #7E7E7E. Windows color (decimal): -12672396 or 7643710. OLE color: 7643710.

HSL color Cylindrical-coordinate representation of color #3EA274: hue angle of 152.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA274 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB62162116-
CMYK0.6200.280.36
HSL152.4º44.64%43.92%-
HSV(B)152.4º61.73%63.53%-
XYZ18.0628.1321-
YUV126.86121.8781.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.24%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=18.24%
G=47.65%
B=34.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621160.6200.280.36152.444.6443.92
Hex3EA2743E01C24982d2c
Octal7624216476034442305554
Binary11111010100010111010011111001110010010010011000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EA274; }

 p { color: rgb(62,162,116); }

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

<style>
 a { background-color: #3EA274; }

 a { background-color: rgb(62,162,116); }

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

<style>
 span { border-color: #3EA274; }

 span { border-color: rgb(62,162,116); }

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