Html Css Color HEX #49AC78 Ocean Green

📋 copy color: '#49AC78'

red 73 ◦ green 172 ◦ blue 120

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

Shades of Ocean Green #49AC78

Tints of Ocean Green #49AC78

RGB

 RED value IS 73 (28.91% from 255) = 20%

 GREEN value IS 172 (67.58% from 255) = 47.12%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 20%
G = 47.12%
B = 32.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#49AC78 (or 0x49AC78) is known color: Ocean Green. HEX triplet: 49, AC and 78. RGB value is (73,172,120). Sum of RGB (Red+Green+Blue) = 73+172+120=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC78 is #B65387. Grayscale: #888888. Windows color (decimal): -11948936 or 7908425. OLE color: 7908425.

HSL color Cylindrical-coordinate representation of color #49AC78: hue angle of 148.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC78 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 172 120 -
CMYK 0.58 0 0.30 0.33
HSL 148.48º 0.4% 0.48% -
HSV(B) 148.48º 0.58% 0.67% -
XYZ 20.89 32.28 22.9 -
YUV 136.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 73 172 120 0.58 0 0.30 0.33 148.48 0.4 0.48
Hex 49 AC 78 3A 0 1E 21 94 28 30
Octal 111 254 170 72 0 36 41 224 50 60
Binary 1001001 10101100 1111000 111010 0 11110 100001 10010100 101000 110000

Color Harmonies of #49AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC78

Black with #49AC78

Text Example


Text Example

White with #49AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AC78; }

 p { color: rgb(73,172,120); }

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

background-color css

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

 a { background-color: rgb(73,172,120); }

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

border-color css

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

 span { border-color: rgb(73,172,120); }

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