Html Css Color HEX #499C77 Ocean Green

📋 copy color: '#499C77'

red 73 ◦ green 156 ◦ blue 119

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

Shades of Ocean Green #499C77

Tints of Ocean Green #499C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 20.98%
G = 44.83%
B = 34.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#499C77 (or 0x499C77) is known color: Ocean Green. HEX triplet: 49, 9C and 77. RGB value is (73,156,119). Sum of RGB (Red+Green+Blue) = 73+156+119=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #499C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C77 is #B66388. Grayscale: #7F7F7F. Windows color (decimal): -11953033 or 7838793. OLE color: 7838793.

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

Color convert

RGB 73 156 119 -
CMYK 0.53 0 0.24 0.39
HSL 153.25º 0.36% 0.45% -
HSV(B) 153.25º 0.53% 0.61% -
XYZ 17.97 26.53 21.63 -
YUV 126.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 73 156 119 0.53 0 0.24 0.39 153.25 0.36 0.45
Hex 49 9C 77 35 0 18 27 99 24 2D
Octal 111 234 167 65 0 30 47 231 44 55
Binary 1001001 10011100 1110111 110101 0 11000 100111 10011001 100100 101101

Color Harmonies of #499C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C77

Black with #499C77

Text Example


Text Example

White with #499C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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