Html Css Color HEX #499C73 Ocean Green

📋 copy color: '#499C73'

red 73 ◦ green 156 ◦ blue 115

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

Shades of Ocean Green #499C73

Tints of Ocean Green #499C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 21.22%
G = 45.35%
B = 33.43%

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

#499C73 (or 0x499C73) is known color: Ocean Green. HEX triplet: 49, 9C and 73. RGB value is (73,156,115). Sum of RGB (Red+Green+Blue) = 73+156+115=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #499C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C73 is #B6638C. Grayscale: #7E7E7E. Windows color (decimal): -11953037 or 7576649. OLE color: 7576649.

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

Color convert

RGB 73 156 115 -
CMYK 0.53 0 0.26 0.39
HSL 150.36º 0.36% 0.45% -
HSV(B) 150.36º 0.53% 0.61% -
XYZ 17.73 26.43 20.39 -
YUV 126.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 73 156 115 0.53 0 0.26 0.39 150.36 0.36 0.45
Hex 49 9C 73 35 0 1A 27 96 24 2D
Octal 111 234 163 65 0 32 47 226 44 55
Binary 1001001 10011100 1110011 110101 0 11010 100111 10010110 100100 101101

Color Harmonies of #499C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C73

Black with #499C73

Text Example


Text Example

White with #499C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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