Html Css Color HEX #499C74 Ocean Green

📋 copy color: '#499C74'

red 73 ◦ green 156 ◦ blue 116

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

Shades of Ocean Green #499C74

Tints of Ocean Green #499C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

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

R = 21.16%
G = 45.22%
B = 33.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#499C74 (or 0x499C74) is known color: Ocean Green. HEX triplet: 49, 9C and 74. RGB value is (73,156,116). Sum of RGB (Red+Green+Blue) = 73+156+116=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #499C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C74 is #B6638B. Grayscale: #7E7E7E. Windows color (decimal): -11953036 or 7642185. OLE color: 7642185.

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

Color convert

RGB 73 156 116 -
CMYK 0.53 0 0.26 0.39
HSL 151.08º 0.36% 0.45% -
HSV(B) 151.08º 0.53% 0.61% -
XYZ 17.79 26.45 20.69 -
YUV 126.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 73 156 116 0.53 0 0.26 0.39 151.08 0.36 0.45
Hex 49 9C 74 35 0 1A 27 97 24 2D
Octal 111 234 164 65 0 32 47 227 44 55
Binary 1001001 10011100 1110100 110101 0 11010 100111 10010111 100100 101101

Color Harmonies of #499C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C74

Black with #499C74

Text Example


Text Example

White with #499C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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