Html Css Color HEX #499571 Ocean Green

📋 copy color: '#499571'

red 73 ◦ green 149 ◦ blue 113

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

Shades of Ocean Green #499571

Tints of Ocean Green #499571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 21.79%
G = 44.48%
B = 33.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#499571 (or 0x499571) is known color: Ocean Green. HEX triplet: 49, 95 and 71. RGB value is (73,149,113). Sum of RGB (Red+Green+Blue) = 73+149+113=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #499571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499571 is #B66A8E. Grayscale: #7A7A7A. Windows color (decimal): -11954831 or 7443785. OLE color: 7443785.

HSL color Cylindrical-coordinate representation of color #499571: hue angle of 151.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499571 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 113 -
CMYK 0.51 0 0.24 0.42
HSL 151.58º 0.34% 0.44% -
HSV(B) 151.58º 0.51% 0.58% -
XYZ 16.48 24.1 19.41 -
YUV 122.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 73 149 113 0.51 0 0.24 0.42 151.58 0.34 0.44
Hex 49 95 71 33 0 18 2A 98 22 2C
Octal 111 225 161 63 0 30 52 230 42 54
Binary 1001001 10010101 1110001 110011 0 11000 101010 10011000 100010 101100

Color Harmonies of #499571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499571

Black with #499571

Text Example


Text Example

White with #499571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499571; }

 p { color: rgb(73,149,113); }

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

background-color css

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

 a { background-color: rgb(73,149,113); }

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

border-color css

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

 span { border-color: rgb(73,149,113); }

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