Html Css Color HEX #49A781 Ocean Green

📋 copy color: '#49A781'

red 73 ◦ green 167 ◦ blue 129

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

Shades of Ocean Green #49A781

Tints of Ocean Green #49A781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 19.78%
G = 45.26%
B = 34.96%

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

#49A781 (or 0x49A781) is known color: Ocean Green. HEX triplet: 49, A7 and 81. RGB value is (73,167,129). Sum of RGB (Red+Green+Blue) = 73+167+129=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #49A781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A781 is #B6587E. Grayscale: #868686. Windows color (decimal): -11950207 or 8496969. OLE color: 8496969.

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

Color convert

RGB 73 167 129 -
CMYK 0.56 0 0.23 0.35
HSL 155.74º 0.39% 0.47% -
HSV(B) 155.74º 0.56% 0.65% -
XYZ 20.53 30.64 25.6 -
YUV 134.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 73 167 129 0.56 0 0.23 0.35 155.74 0.39 0.47
Hex 49 A7 81 38 0 17 23 9C 27 2F
Octal 111 247 201 70 0 27 43 234 47 57
Binary 1001001 10100111 10000001 111000 0 10111 100011 10011100 100111 101111

Color Harmonies of #49A781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A781

Black with #49A781

Text Example


Text Example

White with #49A781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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