Html Css Color HEX #499A71 Ocean Green

📋 copy color: '#499A71'

red 73 ◦ green 154 ◦ blue 113

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

Shades of Ocean Green #499A71

Tints of Ocean Green #499A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 21.47%
G = 45.29%
B = 33.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#499A71 (or 0x499A71) is known color: Ocean Green. HEX triplet: 49, 9A and 71. RGB value is (73,154,113). Sum of RGB (Red+Green+Blue) = 73+154+113=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #499A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A71 is #B6658E. Grayscale: #7D7D7D. Windows color (decimal): -11953551 or 7445065. OLE color: 7445065.

HSL color Cylindrical-coordinate representation of color #499A71: hue angle of 149.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A71 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 113 -
CMYK 0.53 0 0.27 0.40
HSL 149.63º 0.36% 0.45% -
HSV(B) 149.63º 0.53% 0.6% -
XYZ 17.28 25.72 19.68 -
YUV 125.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 73 154 113 0.53 0 0.27 0.40 149.63 0.36 0.45
Hex 49 9A 71 35 0 1B 28 96 24 2D
Octal 111 232 161 65 0 33 50 226 44 55
Binary 1001001 10011010 1110001 110101 0 11011 101000 10010110 100100 101101

Color Harmonies of #499A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A71

Black with #499A71

Text Example


Text Example

White with #499A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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