#49A869

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

Shades of Ocean Green #49A869

Tints of Ocean Green #49A869

Color information

#49A869 (or 0x49A869) is unknown color: approx Ocean Green. HEX triplet: 49, A8 and 69. RGB value is (73,168,105). Sum of RGB (Red+Green+Blue) = 73+168+105=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #49A869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A869 is #B65796. Grayscale: #848484. Windows color (decimal): -11949975 or 6924361. OLE color: 6924361.

HSL color Cylindrical-coordinate representation of color #49A869: hue angle of 140.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A869 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB73168105-
CMYK0.5700.380.34
HSL140.21º39.42%47.25%-
HSV(B)140.21º56.55%65.88%-
XYZ19.330.4418.22-
YUV132.41112.5385.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 168 (66.02% from 255) = 48.55%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=21.10%
G=48.55%
B=30.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal731681050.5700.380.34140.2139.4247.25
Hex49A86939026228c272f
Octal11125015171046422144757
Binary1001001101010001101001111001010011010001010001100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,168,105); }

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

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

 a { background-color: rgb(73,168,105); }

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

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

 span { border-color: rgb(73,168,105); }

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