#419F6D

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

Shades of Ocean Green #419F6D

Tints of Ocean Green #419F6D

Color information

#419F6D (or 0x419F6D) is unknown color: approx Ocean Green. HEX triplet: 41, 9F and 6D. RGB value is (65,159,109). Sum of RGB (Red+Green+Blue) = 65+159+109=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #419F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F6D is #BE6092. Grayscale: #7D7D7D. Windows color (decimal): -12476563 or 7184193. OLE color: 7184193.

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

Color convert

RGB65159109-
CMYK0.5900.310.38
HSL148.09º41.96%43.92%-
HSV(B)148.09º59.12%62.35%-
XYZ17.3427.0218.77-
YUV125.19118.8685.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=19.52%
G=47.75%
B=32.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591090.5900.310.38148.0941.9643.92
Hex419F6D3B01F26942a2c
Octal10123715573037462245254
Binary100000110011111110110111101101111110011010010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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