Html Css Color HEX #499B74 Ocean Green

📋 copy color: '#499B74'

red 73 ◦ green 155 ◦ blue 116

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

Shades of Ocean Green #499B74

Tints of Ocean Green #499B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 21.22%
G = 45.06%
B = 33.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#499B74 (or 0x499B74) is known color: Ocean Green. HEX triplet: 49, 9B and 74. RGB value is (73,155,116). Sum of RGB (Red+Green+Blue) = 73+155+116=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #499B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B74 is #B6648B. Grayscale: #7E7E7E. Windows color (decimal): -11953292 or 7641929. OLE color: 7641929.

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

Color convert

RGB 73 155 116 -
CMYK 0.53 0 0.25 0.39
HSL 151.46º 0.36% 0.45% -
HSV(B) 151.46º 0.53% 0.61% -
XYZ 17.62 26.12 20.64 -
YUV 126.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 73 155 116 0.53 0 0.25 0.39 151.46 0.36 0.45
Hex 49 9B 74 35 0 19 27 97 24 2D
Octal 111 233 164 65 0 31 47 227 44 55
Binary 1001001 10011011 1110100 110101 0 11001 100111 10010111 100100 101101

Color Harmonies of #499B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B74

Black with #499B74

Text Example


Text Example

White with #499B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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