Html Css Color HEX #49A566 Ocean Green

📋 copy color: '#49A566'

red 73 ◦ green 165 ◦ blue 102

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

Shades of Ocean Green #49A566

Tints of Ocean Green #49A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.53%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 21.47%
G = 48.53%
B = 30%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#49A566 (or 0x49A566) is known color: Ocean Green. HEX triplet: 49, A5 and 66. RGB value is (73,165,102). Sum of RGB (Red+Green+Blue) = 73+165+102=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #49A566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A566 is #B65A99. Grayscale: #828282. Windows color (decimal): -11950746 or 6726985. OLE color: 6726985.

HSL color Cylindrical-coordinate representation of color #49A566: hue angle of 138.91º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A566 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 102 -
CMYK 0.56 0 0.38 0.35
HSL 138.91º 0.39% 0.47% -
HSV(B) 138.91º 0.56% 0.65% -
XYZ 18.6 29.29 17.24 -
YUV 130.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 73 165 102 0.56 0 0.38 0.35 138.91 0.39 0.47
Hex 49 A5 66 38 0 26 23 8B 27 2F
Octal 111 245 146 70 0 46 43 213 47 57
Binary 1001001 10100101 1100110 111000 0 100110 100011 10001011 100111 101111

Color Harmonies of #49A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A566

Black with #49A566

Text Example


Text Example

White with #49A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,165,102); }

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

background-color css

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

 a { background-color: rgb(73,165,102); }

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

border-color css

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

 span { border-color: rgb(73,165,102); }

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