Html Css Color HEX #49B06C Ocean Green

📋 copy color: '#49B06C'

red 73 ◦ green 176 ◦ blue 108

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

Shades of Ocean Green #49B06C

Tints of Ocean Green #49B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 20.45%
G = 49.3%
B = 30.25%

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

#49B06C (or 0x49B06C) is known color: Ocean Green. HEX triplet: 49, B0 and 6C. RGB value is (73,176,108). Sum of RGB (Red+Green+Blue) = 73+176+108=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #49B06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B06C is #B64F93. Grayscale: #898989. Windows color (decimal): -11947924 or 7123017. OLE color: 7123017.

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

Color convert

RGB 73 176 108 -
CMYK 0.59 0 0.39 0.31
HSL 140.39º 0.41% 0.49% -
HSV(B) 140.39º 0.59% 0.69% -
XYZ 20.98 33.55 19.56 -
YUV 137.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 73 176 108 0.59 0 0.39 0.31 140.39 0.41 0.49
Hex 49 B0 6C 3B 0 27 1F 8C 29 31
Octal 111 260 154 73 0 47 37 214 51 61
Binary 1001001 10110000 1101100 111011 0 100111 11111 10001100 101001 110001

Color Harmonies of #49B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B06C

Black with #49B06C

Text Example


Text Example

White with #49B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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