Html Css Color HEX #499A6E Ocean Green

📋 copy color: '#499A6E'

red 73 ◦ green 154 ◦ blue 110

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

Shades of Ocean Green #499A6E

Tints of Ocean Green #499A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 21.66%
G = 45.7%
B = 32.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#499A6E (or 0x499A6E) is known color: Ocean Green. HEX triplet: 49, 9A and 6E. RGB value is (73,154,110). Sum of RGB (Red+Green+Blue) = 73+154+110=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #499A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A6E is #B66591. Grayscale: #7C7C7C. Windows color (decimal): -11953554 or 7248457. OLE color: 7248457.

HSL color Cylindrical-coordinate representation of color #499A6E: hue angle of 147.41º 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 #499A6E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 110 -
CMYK 0.53 0 0.29 0.40
HSL 147.41º 0.36% 0.45% -
HSV(B) 147.41º 0.53% 0.6% -
XYZ 17.12 25.65 18.8 -
YUV 124.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 73 154 110 0.53 0 0.29 0.40 147.41 0.36 0.45
Hex 49 9A 6E 35 0 1D 28 93 24 2D
Octal 111 232 156 65 0 35 50 223 44 55
Binary 1001001 10011010 1101110 110101 0 11101 101000 10010011 100100 101101

Color Harmonies of #499A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A6E

Black with #499A6E

Text Example


Text Example

White with #499A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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