Html Css Color HEX #49B669 Ocean Green

📋 copy color: '#49B669'

red 73 ◦ green 182 ◦ blue 105

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

Shades of Ocean Green #49B669

Tints of Ocean Green #49B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 20.28%
G = 50.56%
B = 29.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#49B669 (or 0x49B669) is known color: Ocean Green. HEX triplet: 49, B6 and 69. RGB value is (73,182,105). Sum of RGB (Red+Green+Blue) = 73+182+105=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #49B669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B669 is #B64996. Grayscale: #8C8C8C. Windows color (decimal): -11946391 or 6927945. OLE color: 6927945.

HSL color Cylindrical-coordinate representation of color #49B669: hue angle of 137.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B669 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 182 105 -
CMYK 0.60 0 0.42 0.29
HSL 137.61º 0.43% 0.5% -
HSV(B) 137.61º 0.6% 0.71% -
XYZ 22.03 35.89 19.13 -
YUV 140.63 107.89 79.76 -
System Red Green Blue C M Y K H S L
Decimal 73 182 105 0.60 0 0.42 0.29 137.61 0.43 0.5
Hex 49 B6 69 3C 0 2A 1D 8A 2B 32
Octal 111 266 151 74 0 52 35 212 53 62
Binary 1001001 10110110 1101001 111100 0 101010 11101 10001010 101011 110010

Color Harmonies of #49B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B669

Black with #49B669

Text Example


Text Example

White with #49B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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