Html Css Color HEX #46A579 Ocean Green

📋 copy color: '#46A579'

red 70 ◦ green 165 ◦ blue 121

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

Shades of Ocean Green #46A579

Tints of Ocean Green #46A579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 19.66%
G = 46.35%
B = 33.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#46A579 (or 0x46A579) is known color: Ocean Green. HEX triplet: 46, A5 and 79. RGB value is (70,165,121). Sum of RGB (Red+Green+Blue) = 70+165+121=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #46A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A579 is #B95A86. Grayscale: #838383. Windows color (decimal): -12147335 or 7972166. OLE color: 7972166.

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

Color convert

RGB 70 165 121 -
CMYK 0.58 0 0.27 0.35
HSL 152.21º 0.4% 0.46% -
HSV(B) 152.21º 0.58% 0.65% -
XYZ 19.43 29.59 22.78 -
YUV 131.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 70 165 121 0.58 0 0.27 0.35 152.21 0.4 0.46
Hex 46 A5 79 3A 0 1B 23 98 28 2E
Octal 106 245 171 72 0 33 43 230 50 56
Binary 1000110 10100101 1111001 111010 0 11011 100011 10011000 101000 101110

Color Harmonies of #46A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A579

Black with #46A579

Text Example


Text Example

White with #46A579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,165,121); }

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

background-color css

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

 a { background-color: rgb(70,165,121); }

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

border-color css

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

 span { border-color: rgb(70,165,121); }

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