Html Css Color HEX #419F74 Ocean Green

📋 copy color: '#419F74'

red 65 ◦ green 159 ◦ blue 116

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

Shades of Ocean Green #419F74

Tints of Ocean Green #419F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

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

R = 19.12%
G = 46.76%
B = 34.12%

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

#419F74 (or 0x419F74) is known color: Ocean Green. HEX triplet: 41, 9F and 74. RGB value is (65,159,116). Sum of RGB (Red+Green+Blue) = 65+159+116=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #419F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F74 is #BE608B. Grayscale: #7E7E7E. Windows color (decimal): -12476556 or 7642945. OLE color: 7642945.

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

Color convert

RGB 65 159 116 -
CMYK 0.59 0 0.27 0.38
HSL 152.55º 0.42% 0.44% -
HSV(B) 152.55º 0.59% 0.62% -
XYZ 17.73 27.18 20.83 -
YUV 125.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 65 159 116 0.59 0 0.27 0.38 152.55 0.42 0.44
Hex 41 9F 74 3B 0 1B 26 99 2A 2C
Octal 101 237 164 73 0 33 46 231 52 54
Binary 1000001 10011111 1110100 111011 0 11011 100110 10011001 101010 101100

Color Harmonies of #419F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419F74

Black with #419F74

Text Example


Text Example

White with #419F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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