#419b74

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

Shades of Ocean Green #419B74

Tints of Ocean Green #419B74

Color information

#419B74 (or 0x419B74) is unknown color: approx Ocean Green. HEX triplet: 41, 9B and 74. RGB value is (65,155,116). Sum of RGB (Red+Green+Blue) = 65+155+116=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #419B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B74 is #BE648B. Grayscale: #7B7B7B. Windows color (decimal): -12477580 or 7641921. OLE color: 7641921.

HSL color Cylindrical-coordinate representation of color #419B74: hue angle of 154º 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 #419B74 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB65155116-
CMYK0.5800.250.39
HSL154º40.91%43.14%-
HSV(B)154º58.06%60.78%-
XYZ17.0525.8320.61-
YUV123.64123.6886.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=19.35%
G=46.13%
B=34.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551160.5800.250.3915440.9143.14
Hex419B743A019279a292b
Octal10123316472031472325153
Binary100000110011011111010011101001100110011110011010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,155,116); }

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

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

 a { background-color: rgb(65,155,116); }

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

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

 span { border-color: rgb(65,155,116); }

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