Html Css Color HEX #49B46E Ocean Green

📋 copy color: '#49B46E'

red 73 ◦ green 180 ◦ blue 110

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

Shades of Ocean Green #49B46E

Tints of Ocean Green #49B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

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

R = 20.11%
G = 49.59%
B = 30.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#49B46E (or 0x49B46E) is known color: Ocean Green. HEX triplet: 49, B4 and 6E. RGB value is (73,180,110). Sum of RGB (Red+Green+Blue) = 73+180+110=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #49B46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B46E is #B64B91. Grayscale: #8C8C8C. Windows color (decimal): -11946898 or 7255113. OLE color: 7255113.

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

Color convert

RGB 73 180 110 -
CMYK 0.59 0 0.39 0.29
HSL 140.75º 0.42% 0.5% -
HSV(B) 140.75º 0.59% 0.71% -
XYZ 21.88 35.18 20.39 -
YUV 140.03 111.05 80.19 -
System Red Green Blue C M Y K H S L
Decimal 73 180 110 0.59 0 0.39 0.29 140.75 0.42 0.5
Hex 49 B4 6E 3B 0 27 1D 8D 2A 32
Octal 111 264 156 73 0 47 35 215 52 62
Binary 1001001 10110100 1101110 111011 0 100111 11101 10001101 101010 110010

Color Harmonies of #49B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B46E

Black with #49B46E

Text Example


Text Example

White with #49B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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