Html Css Color HEX #499777 Ocean Green

📋 copy color: '#499777'

red 73 ◦ green 151 ◦ blue 119

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

Shades of Ocean Green #499777

Tints of Ocean Green #499777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

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

R = 21.28%
G = 44.02%
B = 34.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#499777 (or 0x499777) is known color: Ocean Green. HEX triplet: 49, 97 and 77. RGB value is (73,151,119). Sum of RGB (Red+Green+Blue) = 73+151+119=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #499777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499777 is #B66888. Grayscale: #7C7C7C. Windows color (decimal): -11954313 or 7837513. OLE color: 7837513.

HSL color Cylindrical-coordinate representation of color #499777: hue angle of 155.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499777 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 119 -
CMYK 0.52 0 0.21 0.41
HSL 155.38º 0.35% 0.44% -
HSV(B) 155.38º 0.52% 0.59% -
XYZ 17.14 24.88 21.35 -
YUV 124.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 73 151 119 0.52 0 0.21 0.41 155.38 0.35 0.44
Hex 49 97 77 34 0 15 29 9B 23 2C
Octal 111 227 167 64 0 25 51 233 43 54
Binary 1001001 10010111 1110111 110100 0 10101 101001 10011011 100011 101100

Color Harmonies of #499777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499777

Black with #499777

Text Example


Text Example

White with #499777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499777; }

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

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

background-color css

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

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

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

border-color css

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

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

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