#419F78

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

Shades of Ocean Green #419F78

Tints of Ocean Green #419F78

Color information

#419F78 (or 0x419F78) is unknown color: approx Ocean Green. HEX triplet: 41, 9F and 78. RGB value is (65,159,120). Sum of RGB (Red+Green+Blue) = 65+159+120=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #419F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F78 is #BE6087. Grayscale: #7E7E7E. Windows color (decimal): -12476552 or 7905089. OLE color: 7905089.

HSL color Cylindrical-coordinate representation of color #419F78: hue angle of 155.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419F78 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB65159120-
CMYK0.5900.250.38
HSL155.11º41.96%43.92%-
HSV(B)155.11º59.12%62.35%-
XYZ17.9727.2822.09-
YUV126.45124.3684.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=18.90%
G=46.22%
B=34.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591200.5900.250.38155.1141.9643.92
Hex419F783B019269b2a2c
Octal10123717073031462335254
Binary100000110011111111100011101101100110011010011011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,120); }

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

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

 a { background-color: rgb(65,159,120); }

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

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

 span { border-color: rgb(65,159,120); }

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