#419C6E

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

Shades of Ocean Green #419C6E

Tints of Ocean Green #419C6E

Color information

#419C6E (or 0x419C6E) is unknown color: approx Ocean Green. HEX triplet: 41, 9C and 6E. RGB value is (65,156,110). Sum of RGB (Red+Green+Blue) = 65+156+110=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #419C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C6E is #BE6391. Grayscale: #7B7B7B. Windows color (decimal): -12477330 or 7248961. OLE color: 7248961.

HSL color Cylindrical-coordinate representation of color #419C6E: hue angle of 149.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C6E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB65156110-
CMYK0.5800.290.39
HSL149.67º41.18%43.33%-
HSV(B)149.67º58.33%61.18%-
XYZ16.8826.0318.89-
YUV123.55120.3586.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=19.64%
G=47.13%
B=33.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651561100.5800.290.39149.6741.1843.33
Hex419C6E3A01D2796292b
Octal10123415672035472265153
Binary100000110011100110111011101001110110011110010110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,156,110); }

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

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

 a { background-color: rgb(65,156,110); }

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

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

 span { border-color: rgb(65,156,110); }

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