Html Css Color HEX #419E74 Ocean Green

📋 copy color: '#419E74'

red 65 ◦ green 158 ◦ blue 116

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

Shades of Ocean Green #419E74

Tints of Ocean Green #419E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 19.17%
G = 46.61%
B = 34.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#419E74 (or 0x419E74) is known color: Ocean Green. HEX triplet: 41, 9E and 74. RGB value is (65,158,116). Sum of RGB (Red+Green+Blue) = 65+158+116=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #419E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419E74 is #BE618B. Grayscale: #7D7D7D. Windows color (decimal): -12476812 or 7642689. OLE color: 7642689.

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

Color convert

RGB 65 158 116 -
CMYK 0.59 0 0.27 0.38
HSL 152.9º 0.42% 0.44% -
HSV(B) 152.9º 0.59% 0.62% -
XYZ 17.56 26.84 20.78 -
YUV 125.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 65 158 116 0.59 0 0.27 0.38 152.9 0.42 0.44
Hex 41 9E 74 3B 0 1B 26 99 2A 2C
Octal 101 236 164 73 0 33 46 231 52 54
Binary 1000001 10011110 1110100 111011 0 11011 100110 10011001 101010 101100

Color Harmonies of #419E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419E74

Black with #419E74

Text Example


Text Example

White with #419E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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