#49A766

Color #49A766 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #49A766

Tints of Ocean Green #49A766

Color information

#49A766 (or 0x49A766) is unknown color: approx Ocean Green. HEX triplet: 49, A7 and 66. RGB value is (73,167,102). Sum of RGB (Red+Green+Blue) = 73+167+102=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #49A766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A766 is #B65899. Grayscale: #838383. Windows color (decimal): -11950234 or 6727497. OLE color: 6727497.

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

Color convert

RGB73167102-
CMYK0.5600.390.35
HSL138.51º39.17%47.06%-
HSV(B)138.51º56.29%65.49%-
XYZ18.9630.0117.36-
YUV131.48111.3686.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=21.35%
G=48.83%
B=29.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731671020.5600.390.35138.5139.1747.06
Hex49A76638027238b272f
Octal11124714670047432134757
Binary1001001101001111100110111000010011110001110001011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49A766;
 }
 .AnyTagClassName
 {
   color: #49A766;
 }
</style>
background-color css

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

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

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

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

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

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