Html Css Color HEX #49A36C Ocean Green

📋 copy color: '#49A36C'

red 73 ◦ green 163 ◦ blue 108

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

Shades of Ocean Green #49A36C

Tints of Ocean Green #49A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.38%

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

R = 21.22%
G = 47.38%
B = 31.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#49A36C (or 0x49A36C) is known color: Ocean Green. HEX triplet: 49, A3 and 6C. RGB value is (73,163,108). Sum of RGB (Red+Green+Blue) = 73+163+108=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #49A36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A36C is #B65C93. Grayscale: #818181. Windows color (decimal): -11951252 or 7119689. OLE color: 7119689.

HSL color Cylindrical-coordinate representation of color #49A36C: hue angle of 143.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A36C is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 163 108 -
CMYK 0.55 0 0.34 0.36
HSL 143.33º 0.38% 0.46% -
HSV(B) 143.33º 0.55% 0.64% -
XYZ 18.55 28.69 18.75 -
YUV 129.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 73 163 108 0.55 0 0.34 0.36 143.33 0.38 0.46
Hex 49 A3 6C 37 0 22 24 8F 26 2E
Octal 111 243 154 67 0 42 44 217 46 56
Binary 1001001 10100011 1101100 110111 0 100010 100100 10001111 100110 101110

Color Harmonies of #49A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A36C

Black with #49A36C

Text Example


Text Example

White with #49A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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