#3EA269

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

Shades of Ocean Green #3EA269

Tints of Ocean Green #3EA269

Color information

#3EA269 (or 0x3EA269) is unknown color: approx Ocean Green. HEX triplet: 3E, A2 and 69. RGB value is (62,162,105). Sum of RGB (Red+Green+Blue) = 62+162+105=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA269 is #C15D96. Grayscale: #7D7D7D. Windows color (decimal): -12672407 or 6922814. OLE color: 6922814.

HSL color Cylindrical-coordinate representation of color #3EA269: hue angle of 145.8º 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 #3EA269 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB62162105-
CMYK0.6200.350.36
HSL145.8º44.64%43.92%-
HSV(B)145.8º61.73%63.53%-
XYZ17.4627.8817.83-
YUV125.6116.3782.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.84%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=18.84%
G=49.24%
B=31.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621050.6200.350.36145.844.6443.92
Hex3EA2693E02324922d2c
Octal7624215176043442225554
Binary111110101000101101001111110010001110010010010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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