#419A71

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

Shades of Ocean Green #419A71

Tints of Ocean Green #419A71

Color information

#419A71 (or 0x419A71) is unknown color: approx Ocean Green. HEX triplet: 41, 9A and 71. RGB value is (65,154,113). Sum of RGB (Red+Green+Blue) = 65+154+113=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #419A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A71 is #BE658E. Grayscale: #7A7A7A. Windows color (decimal): -12477839 or 7445057. OLE color: 7445057.

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

Color convert

RGB65154113-
CMYK0.5800.270.40
HSL152.36º40.64%42.94%-
HSV(B)152.36º57.79%60.39%-
XYZ16.7225.4319.65-
YUV122.72122.5186.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=19.58%
G=46.39%
B=34.04%

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
Decimal651541130.5800.270.40152.3640.6442.94
Hex419A713A01B2898292b
Octal10123216172033502305153
Binary100000110011010111000111101001101110100010011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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