#419870

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

Shades of Ocean Green #419870

Tints of Ocean Green #419870

Color information

#419870 (or 0x419870) is unknown color: approx Ocean Green. HEX triplet: 41, 98 and 70. RGB value is (65,152,112). Sum of RGB (Red+Green+Blue) = 65+152+112=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #419870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419870 is #BE678F. Grayscale: #797979. Windows color (decimal): -12478352 or 7379009. OLE color: 7379009.

HSL color Cylindrical-coordinate representation of color #419870: hue angle of 152.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419870 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB65152112-
CMYK0.5700.260.40
HSL152.41º40.09%42.55%-
HSV(B)152.41º57.24%59.61%-
XYZ16.3324.7519.25-
YUV121.43122.6887.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=19.76%
G=46.20%
B=34.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521120.5700.260.40152.4140.0942.55
Hex4198703901A2898282b
Octal10123016071032502305053
Binary100000110011000111000011100101101010100010011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419870; }

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

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

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

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

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

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

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

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