#419A70

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

Shades of Ocean Green #419A70

Tints of Ocean Green #419A70

Color information

#419A70 (or 0x419A70) is unknown color: approx Ocean Green. HEX triplet: 41, 9A and 70. RGB value is (65,154,112). Sum of RGB (Red+Green+Blue) = 65+154+112=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #419A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A70 is #BE658F. Grayscale: #7A7A7A. Windows color (decimal): -12477840 or 7379521. OLE color: 7379521.

HSL color Cylindrical-coordinate representation of color #419A70: hue angle of 151.69º 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 #419A70 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB65154112-
CMYK0.5800.270.40
HSL151.69º40.64%42.94%-
HSV(B)151.69º57.79%60.39%-
XYZ16.6625.419.35-
YUV122.6122.0186.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=19.64%
G=46.53%
B=33.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541120.5800.270.40151.6940.6442.94
Hex419A703A01B2898292b
Octal10123216072033502305153
Binary100000110011010111000011101001101110100010011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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