Html Css Color HEX #419973 Ocean Green

📋 copy color: '#419973'

red 65 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #419973

Tints of Ocean Green #419973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 19.52%
G = 45.95%
B = 34.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#419973 (or 0x419973) is known color: Ocean Green. HEX triplet: 41, 99 and 73. RGB value is (65,153,115). Sum of RGB (Red+Green+Blue) = 65+153+115=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #419973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419973 is #BE668C. Grayscale: #7A7A7A. Windows color (decimal): -12478093 or 7575873. OLE color: 7575873.

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

Color convert

RGB 65 153 115 -
CMYK 0.58 0 0.25 0.4
HSL 154.09º 0.4% 0.43% -
HSV(B) 154.09º 0.58% 0.6% -
XYZ 16.67 25.14 20.19 -
YUV 122.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 65 153 115 0.58 0 0.25 0.4 154.09 0.4 0.43
Hex 41 99 73 3A 0 19 28 9A 28 2B
Octal 101 231 163 72 0 31 50 232 50 53
Binary 1000001 10011001 1110011 111010 0 11001 101000 10011010 101000 101011

Color Harmonies of #419973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419973

Black with #419973

Text Example


Text Example

White with #419973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419973; }

 p { color: rgb(65,153,115); }

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

background-color css

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

 a { background-color: rgb(65,153,115); }

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

border-color css

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

 span { border-color: rgb(65,153,115); }

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