Html Css Color HEX #49A678 Ocean Green

📋 copy color: '#49A678'

red 73 ◦ green 166 ◦ blue 120

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

Shades of Ocean Green #49A678

Tints of Ocean Green #49A678

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

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

R = 20.33%
G = 46.24%
B = 33.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#49A678 (or 0x49A678) is known color: Ocean Green. HEX triplet: 49, A6 and 78. RGB value is (73,166,120). Sum of RGB (Red+Green+Blue) = 73+166+120=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #49A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A678 is #B65987. Grayscale: #858585. Windows color (decimal): -11950472 or 7906889. OLE color: 7906889.

HSL color Cylindrical-coordinate representation of color #49A678: hue angle of 150.32º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A678 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 120 -
CMYK 0.56 0 0.28 0.35
HSL 150.32º 0.39% 0.47% -
HSV(B) 150.32º 0.56% 0.65% -
XYZ 19.77 30.04 22.53 -
YUV 132.95 120.69 85.24 -
System Red Green Blue C M Y K H S L
Decimal 73 166 120 0.56 0 0.28 0.35 150.32 0.39 0.47
Hex 49 A6 78 38 0 1C 23 96 27 2F
Octal 111 246 170 70 0 34 43 226 47 57
Binary 1001001 10100110 1111000 111000 0 11100 100011 10010110 100111 101111

Color Harmonies of #49A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A678

Black with #49A678

Text Example


Text Example

White with #49A678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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