Html Css Color HEX #49A57E Ocean Green

📋 copy color: '#49A57E'

red 73 ◦ green 165 ◦ blue 126

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

Shades of Ocean Green #49A57E

Tints of Ocean Green #49A57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 20.05%
G = 45.33%
B = 34.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#49A57E (or 0x49A57E) is known color: Ocean Green. HEX triplet: 49, A5 and 7E. RGB value is (73,165,126). Sum of RGB (Red+Green+Blue) = 73+165+126=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #49A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A57E is #B65A81. Grayscale: #858585. Windows color (decimal): -11950722 or 8299849. OLE color: 8299849.

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

Color convert

RGB 73 165 126 -
CMYK 0.56 0 0.24 0.35
HSL 154.57º 0.39% 0.47% -
HSV(B) 154.57º 0.56% 0.65% -
XYZ 19.97 29.83 24.44 -
YUV 133.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 73 165 126 0.56 0 0.24 0.35 154.57 0.39 0.47
Hex 49 A5 7E 38 0 18 23 9B 27 2F
Octal 111 245 176 70 0 30 43 233 47 57
Binary 1001001 10100101 1111110 111000 0 11000 100011 10011011 100111 101111

Color Harmonies of #49A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A57E

Black with #49A57E

Text Example


Text Example

White with #49A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,165,126); }

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

background-color css

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

 a { background-color: rgb(73,165,126); }

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

border-color css

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

 span { border-color: rgb(73,165,126); }

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