Html Css Color HEX #419A72 Ocean Green

📋 copy color: '#419A72'

red 65 ◦ green 154 ◦ blue 114

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

Shades of Ocean Green #419A72

Tints of Ocean Green #419A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 19.52%
G = 46.25%
B = 34.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#419A72 (or 0x419A72) is known color: Ocean Green. HEX triplet: 41, 9A and 72. RGB value is (65,154,114). Sum of RGB (Red+Green+Blue) = 65+154+114=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #419A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A72 is #BE658D. Grayscale: #7A7A7A. Windows color (decimal): -12477838 or 7510593. OLE color: 7510593.

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

Color convert

RGB 65 154 114 -
CMYK 0.58 0 0.26 0.40
HSL 153.03º 0.41% 0.43% -
HSV(B) 153.03º 0.58% 0.6% -
XYZ 16.77 25.45 19.95 -
YUV 122.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 65 154 114 0.58 0 0.26 0.40 153.03 0.41 0.43
Hex 41 9A 72 3A 0 1A 28 99 29 2B
Octal 101 232 162 72 0 32 50 231 51 53
Binary 1000001 10011010 1110010 111010 0 11010 101000 10011001 101001 101011

Color Harmonies of #419A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A72

Black with #419A72

Text Example


Text Example

White with #419A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,154,114); }

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

background-color css

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

 a { background-color: rgb(65,154,114); }

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

border-color css

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

 span { border-color: rgb(65,154,114); }

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