Html Css Color HEX #46AA71 Ocean Green

📋 copy color: '#46AA71'

red 70 ◦ green 170 ◦ blue 113

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

Shades of Ocean Green #46AA71

Tints of Ocean Green #46AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.16%

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

R = 19.83%
G = 48.16%
B = 32.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#46AA71 (or 0x46AA71) is known color: Ocean Green. HEX triplet: 46, AA and 71. RGB value is (70,170,113). Sum of RGB (Red+Green+Blue) = 70+170+113=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AA71 is #B9558E. Grayscale: #858585. Windows color (decimal): -12146063 or 7449158. OLE color: 7449158.

HSL color Cylindrical-coordinate representation of color #46AA71: hue angle of 145.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AA71 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 170 113 -
CMYK 0.59 0 0.34 0.33
HSL 145.8º 0.42% 0.47% -
HSV(B) 145.8º 0.59% 0.67% -
XYZ 19.88 31.24 20.61 -
YUV 133.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 70 170 113 0.59 0 0.34 0.33 145.8 0.42 0.47
Hex 46 AA 71 3B 0 22 21 92 2A 2F
Octal 106 252 161 73 0 42 41 222 52 57
Binary 1000110 10101010 1110001 111011 0 100010 100001 10010010 101010 101111

Color Harmonies of #46AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AA71

Black with #46AA71

Text Example


Text Example

White with #46AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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