Html Css Color HEX #49A575 Ocean Green

📋 copy color: '#49A575'

red 73 ◦ green 165 ◦ blue 117

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

Shades of Ocean Green #49A575

Tints of Ocean Green #49A575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 20.56%
G = 46.48%
B = 32.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#49A575 (or 0x49A575) is known color: Ocean Green. HEX triplet: 49, A5 and 75. RGB value is (73,165,117). Sum of RGB (Red+Green+Blue) = 73+165+117=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #49A575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A575 is #B65A8A. Grayscale: #848484. Windows color (decimal): -11950731 or 7710025. OLE color: 7710025.

HSL color Cylindrical-coordinate representation of color #49A575: hue angle of 148.7º 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 #49A575 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 117 -
CMYK 0.56 0 0.29 0.35
HSL 148.7º 0.39% 0.47% -
HSV(B) 148.7º 0.56% 0.65% -
XYZ 19.41 29.61 21.52 -
YUV 132.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 73 165 117 0.56 0 0.29 0.35 148.7 0.39 0.47
Hex 49 A5 75 38 0 1D 23 95 27 2F
Octal 111 245 165 70 0 35 43 225 47 57
Binary 1001001 10100101 1110101 111000 0 11101 100011 10010101 100111 101111

Color Harmonies of #49A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A575

Black with #49A575

Text Example


Text Example

White with #49A575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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