Html Css Color HEX #49B06B Ocean Green

📋 copy color: '#49B06B'

red 73 ◦ green 176 ◦ blue 107

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

Shades of Ocean Green #49B06B

Tints of Ocean Green #49B06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 20.51%
G = 49.44%
B = 30.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#49B06B (or 0x49B06B) is known color: Ocean Green. HEX triplet: 49, B0 and 6B. RGB value is (73,176,107). Sum of RGB (Red+Green+Blue) = 73+176+107=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #49B06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B06B is #B64F94. Grayscale: #898989. Windows color (decimal): -11947925 or 7057481. OLE color: 7057481.

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

Color convert

RGB 73 176 107 -
CMYK 0.59 0 0.39 0.31
HSL 139.81º 0.41% 0.49% -
HSV(B) 139.81º 0.59% 0.69% -
XYZ 20.93 33.53 19.28 -
YUV 137.34 110.88 82.11 -
System Red Green Blue C M Y K H S L
Decimal 73 176 107 0.59 0 0.39 0.31 139.81 0.41 0.49
Hex 49 B0 6B 3B 0 27 1F 8C 29 31
Octal 111 260 153 73 0 47 37 214 51 61
Binary 1001001 10110000 1101011 111011 0 100111 11111 10001100 101001 110001

Color Harmonies of #49B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B06B

Black with #49B06B

Text Example


Text Example

White with #49B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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