Html Css Color HEX #49B483 Ocean Green

📋 copy color: '#49B483'

red 73 ◦ green 180 ◦ blue 131

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

Shades of Ocean Green #49B483

Tints of Ocean Green #49B483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 19.01%
G = 46.88%
B = 34.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#49B483 (or 0x49B483) is known color: Ocean Green. HEX triplet: 49, B4 and 83. RGB value is (73,180,131). Sum of RGB (Red+Green+Blue) = 73+180+131=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #49B483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B483 is #B64B7C. Grayscale: #8E8E8E. Windows color (decimal): -11946877 or 8631369. OLE color: 8631369.

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

Color convert

RGB 73 180 131 -
CMYK 0.59 0 0.27 0.29
HSL 152.52º 0.42% 0.5% -
HSV(B) 152.52º 0.59% 0.71% -
XYZ 23.17 35.7 27.14 -
YUV 142.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 73 180 131 0.59 0 0.27 0.29 152.52 0.42 0.5
Hex 49 B4 83 3B 0 1B 1D 99 2A 32
Octal 111 264 203 73 0 33 35 231 52 62
Binary 1001001 10110100 10000011 111011 0 11011 11101 10011001 101010 110010

Color Harmonies of #49B483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B483

Black with #49B483

Text Example


Text Example

White with #49B483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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