Html Css Color HEX #49B474 Ocean Green

📋 copy color: '#49B474'

red 73 ◦ green 180 ◦ blue 116

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

Shades of Ocean Green #49B474

Tints of Ocean Green #49B474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 19.78%
G = 48.78%
B = 31.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#49B474 (or 0x49B474) is known color: Ocean Green. HEX triplet: 49, B4 and 74. RGB value is (73,180,116). Sum of RGB (Red+Green+Blue) = 73+180+116=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #49B474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B474 is #B64B8B. Grayscale: #8C8C8C. Windows color (decimal): -11946892 or 7648329. OLE color: 7648329.

HSL color Cylindrical-coordinate representation of color #49B474: hue angle of 144.11º 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 #49B474 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 116 -
CMYK 0.59 0 0.36 0.29
HSL 144.11º 0.42% 0.5% -
HSV(B) 144.11º 0.59% 0.71% -
XYZ 22.22 35.32 22.17 -
YUV 140.71 114.05 79.7 -
System Red Green Blue C M Y K H S L
Decimal 73 180 116 0.59 0 0.36 0.29 144.11 0.42 0.5
Hex 49 B4 74 3B 0 24 1D 90 2A 32
Octal 111 264 164 73 0 44 35 220 52 62
Binary 1001001 10110100 1110100 111011 0 100100 11101 10010000 101010 110010

Color Harmonies of #49B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B474

Black with #49B474

Text Example


Text Example

White with #49B474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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