Html Css Color HEX #49B667 Ocean Green

📋 copy color: '#49B667'

red 73 ◦ green 182 ◦ blue 103

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

Shades of Ocean Green #49B667

Tints of Ocean Green #49B667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 20.39%
G = 50.84%
B = 28.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#49B667 (or 0x49B667) is known color: Ocean Green. HEX triplet: 49, B6 and 67. RGB value is (73,182,103). Sum of RGB (Red+Green+Blue) = 73+182+103=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #49B667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B667 is #B64998. Grayscale: #8C8C8C. Windows color (decimal): -11946393 or 6796873. OLE color: 6796873.

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

Color convert

RGB 73 182 103 -
CMYK 0.60 0 0.43 0.29
HSL 136.51º 0.43% 0.5% -
HSV(B) 136.51º 0.6% 0.71% -
XYZ 21.92 35.85 18.6 -
YUV 140.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 73 182 103 0.60 0 0.43 0.29 136.51 0.43 0.5
Hex 49 B6 67 3C 0 2B 1D 89 2B 32
Octal 111 266 147 74 0 53 35 211 53 62
Binary 1001001 10110110 1100111 111100 0 101011 11101 10001001 101011 110010

Color Harmonies of #49B667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B667

Black with #49B667

Text Example


Text Example

White with #49B667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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