#419A6F

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

Shades of Ocean Green #419A6F

Tints of Ocean Green #419A6F

Color information

#419A6F (or 0x419A6F) is unknown color: approx Ocean Green. HEX triplet: 41, 9A and 6F. RGB value is (65,154,111). Sum of RGB (Red+Green+Blue) = 65+154+111=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #419A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A6F is #BE6590. Grayscale: #7A7A7A. Windows color (decimal): -12477841 or 7313985. OLE color: 7313985.

HSL color Cylindrical-coordinate representation of color #419A6F: hue angle of 151.01º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A6F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB65154111-
CMYK0.5800.280.40
HSL151.01º40.64%42.94%-
HSV(B)151.01º57.79%60.39%-
XYZ16.625.3819.06-
YUV122.49121.5187-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 154 (60.55% from 255) = 46.67%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=19.70%
G=46.67%
B=33.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541110.5800.280.40151.0140.6442.94
Hex419A6F3A01C2897292b
Octal10123215772034502275153
Binary100000110011010110111111101001110010100010010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419A6F; }

 p { color: rgb(65,154,111); }

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

<style>
 a { background-color: #419A6F; }

 a { background-color: rgb(65,154,111); }

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

<style>
 span { border-color: #419A6F; }

 span { border-color: rgb(65,154,111); }

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