Html Css Color HEX #499972 Ocean Green

📋 copy color: '#499972'

red 73 ◦ green 153 ◦ blue 114

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

Shades of Ocean Green #499972

Tints of Ocean Green #499972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 21.47%
G = 45%
B = 33.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#499972 (or 0x499972) is known color: Ocean Green. HEX triplet: 49, 99 and 72. RGB value is (73,153,114). Sum of RGB (Red+Green+Blue) = 73+153+114=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #499972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499972 is #B6668D. Grayscale: #7C7C7C. Windows color (decimal): -11953806 or 7510345. OLE color: 7510345.

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

Color convert

RGB 73 153 114 -
CMYK 0.52 0 0.25 0.4
HSL 150.75º 0.35% 0.44% -
HSV(B) 150.75º 0.52% 0.6% -
XYZ 17.18 25.41 19.92 -
YUV 124.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 73 153 114 0.52 0 0.25 0.4 150.75 0.35 0.44
Hex 49 99 72 34 0 19 28 97 23 2C
Octal 111 231 162 64 0 31 50 227 43 54
Binary 1001001 10011001 1110010 110100 0 11001 101000 10010111 100011 101100

Color Harmonies of #499972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499972

Black with #499972

Text Example


Text Example

White with #499972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499972; }

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

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

background-color css

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

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

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

border-color css

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

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

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