Html Css Color HEX #499B6A Ocean Green

📋 copy color: '#499B6A'

red 73 ◦ green 155 ◦ blue 106

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

Shades of Ocean Green #499B6A

Tints of Ocean Green #499B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 21.86%
G = 46.41%
B = 31.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#499B6A (or 0x499B6A) is known color: Ocean Green. HEX triplet: 49, 9B and 6A. RGB value is (73,155,106). Sum of RGB (Red+Green+Blue) = 73+155+106=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #499B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B6A is #B66495. Grayscale: #7D7D7D. Windows color (decimal): -11953302 or 6986569. OLE color: 6986569.

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

Color convert

RGB 73 155 106 -
CMYK 0.53 0 0.32 0.39
HSL 144.15º 0.36% 0.45% -
HSV(B) 144.15º 0.53% 0.61% -
XYZ 17.07 25.9 17.74 -
YUV 124.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 73 155 106 0.53 0 0.32 0.39 144.15 0.36 0.45
Hex 49 9B 6A 35 0 20 27 90 24 2D
Octal 111 233 152 65 0 40 47 220 44 55
Binary 1001001 10011011 1101010 110101 0 100000 100111 10010000 100100 101101

Color Harmonies of #499B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B6A

Black with #499B6A

Text Example


Text Example

White with #499B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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