Html Css Color HEX #419871 Ocean Green

📋 copy color: '#419871'

red 65 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #419871

Tints of Ocean Green #419871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 19.7%
G = 46.06%
B = 34.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#419871 (or 0x419871) is known color: Ocean Green. HEX triplet: 41, 98 and 71. RGB value is (65,152,113). Sum of RGB (Red+Green+Blue) = 65+152+113=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #419871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419871 is #BE678E. Grayscale: #797979. Windows color (decimal): -12478351 or 7444545. OLE color: 7444545.

HSL color Cylindrical-coordinate representation of color #419871: hue angle of 153.1º 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 #419871 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 113 -
CMYK 0.57 0 0.26 0.40
HSL 153.1º 0.4% 0.43% -
HSV(B) 153.1º 0.57% 0.6% -
XYZ 16.39 24.77 19.54 -
YUV 121.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 65 152 113 0.57 0 0.26 0.40 153.1 0.4 0.43
Hex 41 98 71 39 0 1A 28 99 28 2B
Octal 101 230 161 71 0 32 50 231 50 53
Binary 1000001 10011000 1110001 111001 0 11010 101000 10011001 101000 101011

Color Harmonies of #419871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419871

Black with #419871

Text Example


Text Example

White with #419871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419871; }

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

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

background-color css

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

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

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

border-color css

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

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

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