Html Css Color HEX #49B36B Ocean Green

📋 copy color: '#49B36B'

red 73 ◦ green 179 ◦ blue 107

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

Shades of Ocean Green #49B36B

Tints of Ocean Green #49B36B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.86%

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

R = 20.33%
G = 49.86%
B = 29.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#49B36B (or 0x49B36B) is known color: Ocean Green. HEX triplet: 49, B3 and 6B. RGB value is (73,179,107). Sum of RGB (Red+Green+Blue) = 73+179+107=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #49B36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B36B is #B64C94. Grayscale: #8B8B8B. Windows color (decimal): -11947157 or 7058249. OLE color: 7058249.

HSL color Cylindrical-coordinate representation of color #49B36B: hue angle of 139.25º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B36B is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 107 -
CMYK 0.59 0 0.40 0.30
HSL 139.25º 0.42% 0.49% -
HSV(B) 139.25º 0.59% 0.7% -
XYZ 21.52 34.72 19.48 -
YUV 139.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 73 179 107 0.59 0 0.40 0.30 139.25 0.42 0.49
Hex 49 B3 6B 3B 0 28 1E 8B 2A 31
Octal 111 263 153 73 0 50 36 213 52 61
Binary 1001001 10110011 1101011 111011 0 101000 11110 10001011 101010 110001

Color Harmonies of #49B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B36B

Black with #49B36B

Text Example


Text Example

White with #49B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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