Html Css Color HEX #499772 Ocean Green

📋 copy color: '#499772'

red 73 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #499772

Tints of Ocean Green #499772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 21.6%
G = 44.67%
B = 33.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#499772 (or 0x499772) is known color: Ocean Green. HEX triplet: 49, 97 and 72. RGB value is (73,151,114). Sum of RGB (Red+Green+Blue) = 73+151+114=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #499772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499772 is #B6688D. Grayscale: #7B7B7B. Windows color (decimal): -11954318 or 7509833. OLE color: 7509833.

HSL color Cylindrical-coordinate representation of color #499772: hue angle of 151.54º 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 #499772 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 114 -
CMYK 0.52 0 0.25 0.41
HSL 151.54º 0.35% 0.44% -
HSV(B) 151.54º 0.52% 0.59% -
XYZ 16.85 24.76 19.81 -
YUV 123.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 73 151 114 0.52 0 0.25 0.41 151.54 0.35 0.44
Hex 49 97 72 34 0 19 29 98 23 2C
Octal 111 227 162 64 0 31 51 230 43 54
Binary 1001001 10010111 1110010 110100 0 11001 101001 10011000 100011 101100

Color Harmonies of #499772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499772

Black with #499772

Text Example


Text Example

White with #499772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499772; }

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

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

background-color css

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

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

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

border-color css

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

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

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