Html Css Color HEX #499B7A Ocean Green

📋 copy color: '#499B7A'

red 73 ◦ green 155 ◦ blue 122

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

Shades of Ocean Green #499B7A

Tints of Ocean Green #499B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 20.86%
G = 44.29%
B = 34.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#499B7A (or 0x499B7A) is known color: Ocean Green. HEX triplet: 49, 9B and 7A. RGB value is (73,155,122). Sum of RGB (Red+Green+Blue) = 73+155+122=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #499B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B7A is #B66485. Grayscale: #7E7E7E. Windows color (decimal): -11953286 or 8035145. OLE color: 8035145.

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

Color convert

RGB 73 155 122 -
CMYK 0.53 0 0.21 0.39
HSL 155.85º 0.36% 0.45% -
HSV(B) 155.85º 0.53% 0.61% -
XYZ 17.98 26.26 22.53 -
YUV 126.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 73 155 122 0.53 0 0.21 0.39 155.85 0.36 0.45
Hex 49 9B 7A 35 0 15 27 9C 24 2D
Octal 111 233 172 65 0 25 47 234 44 55
Binary 1001001 10011011 1111010 110101 0 10101 100111 10011100 100100 101101

Color Harmonies of #499B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B7A

Black with #499B7A

Text Example


Text Example

White with #499B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,155,122); }

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

background-color css

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

 a { background-color: rgb(73,155,122); }

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

border-color css

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

 span { border-color: rgb(73,155,122); }

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