Html Css Color HEX #46A771 Ocean Green

📋 copy color: '#46A771'

red 70 ◦ green 167 ◦ blue 113

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

Shades of Ocean Green #46A771

Tints of Ocean Green #46A771

RGB

 RED value IS 70 (27.73% from 255) = 20%

 GREEN value IS 167 (65.63% from 255) = 47.71%

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

R = 20%
G = 47.71%
B = 32.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#46A771 (or 0x46A771) is known color: Ocean Green. HEX triplet: 46, A7 and 71. RGB value is (70,167,113). Sum of RGB (Red+Green+Blue) = 70+167+113=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #46A771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A771 is #B9588E. Grayscale: #838383. Windows color (decimal): -12146831 or 7448390. OLE color: 7448390.

HSL color Cylindrical-coordinate representation of color #46A771: hue angle of 146.6º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A771 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 167 113 -
CMYK 0.58 0 0.32 0.35
HSL 146.6º 0.41% 0.46% -
HSV(B) 146.6º 0.58% 0.65% -
XYZ 19.33 30.13 20.42 -
YUV 131.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 70 167 113 0.58 0 0.32 0.35 146.6 0.41 0.46
Hex 46 A7 71 3A 0 20 23 93 29 2E
Octal 106 247 161 72 0 40 43 223 51 56
Binary 1000110 10100111 1110001 111010 0 100000 100011 10010011 101001 101110

Color Harmonies of #46A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A771

Black with #46A771

Text Example


Text Example

White with #46A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A771; }

 p { color: rgb(70,167,113); }

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

background-color css

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

 a { background-color: rgb(70,167,113); }

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

border-color css

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

 span { border-color: rgb(70,167,113); }

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