Html Css Color HEX #499770 Ocean Green

📋 copy color: '#499770'

red 73 ◦ green 151 ◦ blue 112

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

Shades of Ocean Green #499770

Tints of Ocean Green #499770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 21.73%
G = 44.94%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#499770 (or 0x499770) is known color: Ocean Green. HEX triplet: 49, 97 and 70. RGB value is (73,151,112). Sum of RGB (Red+Green+Blue) = 73+151+112=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #499770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499770 is #B6688F. Grayscale: #7B7B7B. Windows color (decimal): -11954320 or 7378761. OLE color: 7378761.

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

Color convert

RGB 73 151 112 -
CMYK 0.52 0 0.26 0.41
HSL 150º 0.35% 0.44% -
HSV(B) 150º 0.52% 0.59% -
XYZ 16.74 24.72 19.22 -
YUV 123.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 73 151 112 0.52 0 0.26 0.41 150 0.35 0.44
Hex 49 97 70 34 0 1A 29 96 23 2C
Octal 111 227 160 64 0 32 51 226 43 54
Binary 1001001 10010111 1110000 110100 0 11010 101001 10010110 100011 101100

Color Harmonies of #499770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499770

Black with #499770

Text Example


Text Example

White with #499770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499770; }

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

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

background-color css

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

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

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

border-color css

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

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

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