Html Css Color HEX #49B067 Ocean Green

📋 copy color: '#49B067'

red 73 ◦ green 176 ◦ blue 103

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

Shades of Ocean Green #49B067

Tints of Ocean Green #49B067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50%

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

R = 20.74%
G = 50%
B = 29.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#49B067 (or 0x49B067) is known color: Ocean Green. HEX triplet: 49, B0 and 67. RGB value is (73,176,103). Sum of RGB (Red+Green+Blue) = 73+176+103=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #49B067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B067 is #B64F98. Grayscale: #898989. Windows color (decimal): -11947929 or 6795337. OLE color: 6795337.

HSL color Cylindrical-coordinate representation of color #49B067: hue angle of 137.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B067 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 103 -
CMYK 0.59 0 0.41 0.31
HSL 137.48º 0.41% 0.49% -
HSV(B) 137.48º 0.59% 0.69% -
XYZ 20.72 33.45 18.2 -
YUV 136.88 108.88 82.44 -
System Red Green Blue C M Y K H S L
Decimal 73 176 103 0.59 0 0.41 0.31 137.48 0.41 0.49
Hex 49 B0 67 3B 0 29 1F 89 29 31
Octal 111 260 147 73 0 51 37 211 51 61
Binary 1001001 10110000 1100111 111011 0 101001 11111 10001001 101001 110001

Color Harmonies of #49B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B067

Black with #49B067

Text Example


Text Example

White with #49B067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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