Html Css Color HEX #419E76 Ocean Green

📋 copy color: '#419E76'

red 65 ◦ green 158 ◦ blue 118

#419E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #419E76

Tints of Ocean Green #419E76

RGB

 RED value IS 65 (25.78% from 255) = 19.06%

 GREEN value IS 158 (62.11% from 255) = 46.33%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 19.06%
G = 46.33%
B = 34.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#419E76 (or 0x419E76) is known color: Ocean Green. HEX triplet: 41, 9E and 76. RGB value is (65,158,118). Sum of RGB (Red+Green+Blue) = 65+158+118=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #419E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419E76 is #BE6189. Grayscale: #7D7D7D. Windows color (decimal): -12476810 or 7773761. OLE color: 7773761.

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

Color convert

RGB 65 158 118 -
CMYK 0.59 0 0.25 0.38
HSL 154.19º 0.42% 0.44% -
HSV(B) 154.19º 0.59% 0.62% -
XYZ 17.68 26.89 21.4 -
YUV 125.63 123.69 84.75 -
System Red Green Blue C M Y K H S L
Decimal 65 158 118 0.59 0 0.25 0.38 154.19 0.42 0.44
Hex 41 9E 76 3B 0 19 26 9A 2A 2C
Octal 101 236 166 73 0 31 46 232 52 54
Binary 1000001 10011110 1110110 111011 0 11001 100110 10011010 101010 101100

Color Harmonies of #419E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419E76

Black with #419E76

Text Example


Text Example

White with #419E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,158,118); }

 H1.HeaderClassName
 {
   color: #419E76;
 }
 .AnyTagClassName
 {
   color: #419E76;
 }
</style>

background-color css

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

 a { background-color: rgb(65,158,118); }

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

border-color css

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

 span { border-color: rgb(65,158,118); }

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