Html Css Color HEX #49A76E Ocean Green

📋 copy color: '#49A76E'

red 73 ◦ green 167 ◦ blue 110

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

Shades of Ocean Green #49A76E

Tints of Ocean Green #49A76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 20.86%
G = 47.71%
B = 31.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#49A76E (or 0x49A76E) is known color: Ocean Green. HEX triplet: 49, A7 and 6E. RGB value is (73,167,110). Sum of RGB (Red+Green+Blue) = 73+167+110=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #49A76E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A76E is #B65891. Grayscale: #848484. Windows color (decimal): -11950226 or 7251785. OLE color: 7251785.

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

Color convert

RGB 73 167 110 -
CMYK 0.56 0 0.34 0.35
HSL 143.62º 0.39% 0.47% -
HSV(B) 143.62º 0.56% 0.65% -
XYZ 19.38 30.18 19.56 -
YUV 132.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 73 167 110 0.56 0 0.34 0.35 143.62 0.39 0.47
Hex 49 A7 6E 38 0 22 23 90 27 2F
Octal 111 247 156 70 0 42 43 220 47 57
Binary 1001001 10100111 1101110 111000 0 100010 100011 10010000 100111 101111

Color Harmonies of #49A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A76E

Black with #49A76E

Text Example


Text Example

White with #49A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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