#419F76

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

Shades of Ocean Green #419F76

Tints of Ocean Green #419F76

Color information

#419F76 (or 0x419F76) is unknown color: approx Ocean Green. HEX triplet: 41, 9F and 76. RGB value is (65,159,118). Sum of RGB (Red+Green+Blue) = 65+159+118=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #419F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F76 is #BE6089. Grayscale: #7E7E7E. Windows color (decimal): -12476554 or 7774017. OLE color: 7774017.

HSL color Cylindrical-coordinate representation of color #419F76: hue angle of 153.83º 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 #419F76 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB65159118-
CMYK0.5900.260.38
HSL153.83º41.96%43.92%-
HSV(B)153.83º59.12%62.35%-
XYZ17.8527.2321.45-
YUV126.22123.3684.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=19.01%
G=46.49%
B=34.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591180.5900.260.38153.8341.9643.92
Hex419F763B01A269a2a2c
Octal10123716673032462325254
Binary100000110011111111011011101101101010011010011010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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