Html Css Color HEX #49A780 Ocean Green

📋 copy color: '#49A780'

red 73 ◦ green 167 ◦ blue 128

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

Shades of Ocean Green #49A780

Tints of Ocean Green #49A780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 19.84%
G = 45.38%
B = 34.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#49A780 (or 0x49A780) is known color: Ocean Green. HEX triplet: 49, A7 and 80. RGB value is (73,167,128). Sum of RGB (Red+Green+Blue) = 73+167+128=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #49A780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A780 is #B6587F. Grayscale: #868686. Windows color (decimal): -11950208 or 8431433. OLE color: 8431433.

HSL color Cylindrical-coordinate representation of color #49A780: hue angle of 155.11º 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 #49A780 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 128 -
CMYK 0.56 0 0.23 0.35
HSL 155.11º 0.39% 0.47% -
HSV(B) 155.11º 0.56% 0.65% -
XYZ 20.46 30.61 25.25 -
YUV 134.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 73 167 128 0.56 0 0.23 0.35 155.11 0.39 0.47
Hex 49 A7 80 38 0 17 23 9B 27 2F
Octal 111 247 200 70 0 27 43 233 47 57
Binary 1001001 10100111 10000000 111000 0 10111 100011 10011011 100111 101111

Color Harmonies of #49A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A780

Black with #49A780

Text Example


Text Example

White with #49A780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,128); }

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

background-color css

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

 a { background-color: rgb(73,167,128); }

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

border-color css

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

 span { border-color: rgb(73,167,128); }

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