Html Css Color HEX #419873 Ocean Green

📋 copy color: '#419873'

red 65 ◦ green 152 ◦ blue 115

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

Shades of Ocean Green #419873

Tints of Ocean Green #419873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 19.58%
G = 45.78%
B = 34.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#419873 (or 0x419873) is known color: Ocean Green. HEX triplet: 41, 98 and 73. RGB value is (65,152,115). Sum of RGB (Red+Green+Blue) = 65+152+115=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #419873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419873 is #BE678C. Grayscale: #797979. Windows color (decimal): -12478349 or 7575617. OLE color: 7575617.

HSL color Cylindrical-coordinate representation of color #419873: hue angle of 154.48º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419873 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 115 -
CMYK 0.57 0 0.24 0.40
HSL 154.48º 0.4% 0.43% -
HSV(B) 154.48º 0.57% 0.6% -
XYZ 16.5 24.82 20.14 -
YUV 121.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 65 152 115 0.57 0 0.24 0.40 154.48 0.4 0.43
Hex 41 98 73 39 0 18 28 9A 28 2B
Octal 101 230 163 71 0 30 50 232 50 53
Binary 1000001 10011000 1110011 111001 0 11000 101000 10011010 101000 101011

Color Harmonies of #419873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419873

Black with #419873

Text Example


Text Example

White with #419873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419873; }

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

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

background-color css

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

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

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

border-color css

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

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

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