Html Css Color HEX #49A26C Ocean Green

📋 copy color: '#49A26C'

red 73 ◦ green 162 ◦ blue 108

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

Shades of Ocean Green #49A26C

Tints of Ocean Green #49A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.23%

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

R = 21.28%
G = 47.23%
B = 31.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#49A26C (or 0x49A26C) is known color: Ocean Green. HEX triplet: 49, A2 and 6C. RGB value is (73,162,108). Sum of RGB (Red+Green+Blue) = 73+162+108=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #49A26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A26C is #B65D93. Grayscale: #818181. Windows color (decimal): -11951508 or 7119433. OLE color: 7119433.

HSL color Cylindrical-coordinate representation of color #49A26C: hue angle of 143.6º 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 #49A26C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 108 -
CMYK 0.55 0 0.33 0.36
HSL 143.6º 0.38% 0.46% -
HSV(B) 143.6º 0.55% 0.64% -
XYZ 18.37 28.34 18.69 -
YUV 129.23 116.01 87.89 -
System Red Green Blue C M Y K H S L
Decimal 73 162 108 0.55 0 0.33 0.36 143.6 0.38 0.46
Hex 49 A2 6C 37 0 21 24 90 26 2E
Octal 111 242 154 67 0 41 44 220 46 56
Binary 1001001 10100010 1101100 110111 0 100001 100100 10010000 100110 101110

Color Harmonies of #49A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A26C

Black with #49A26C

Text Example


Text Example

White with #49A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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