#419872

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

Shades of Ocean Green #419872

Tints of Ocean Green #419872

Color information

#419872 (or 0x419872) is unknown color: approx Ocean Green. HEX triplet: 41, 98 and 72. RGB value is (65,152,114). Sum of RGB (Red+Green+Blue) = 65+152+114=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #419872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419872 is #BE678D. Grayscale: #797979. Windows color (decimal): -12478350 or 7510081. OLE color: 7510081.

HSL color Cylindrical-coordinate representation of color #419872: hue angle of 153.79º 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 #419872 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB65152114-
CMYK0.5700.250.40
HSL153.79º40.09%42.55%-
HSV(B)153.79º57.24%59.61%-
XYZ16.4524.819.84-
YUV121.65123.6887.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=19.64%
G=45.92%
B=34.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521140.5700.250.40153.7940.0942.55
Hex41987239019289a282b
Octal10123016271031502325053
Binary100000110011000111001011100101100110100010011010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419872; }

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

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

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

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

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

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

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

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