Html Css Color HEX #499572 Ocean Green

📋 copy color: '#499572'

red 73 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #499572

Tints of Ocean Green #499572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

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

R = 21.73%
G = 44.35%
B = 33.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#499572 (or 0x499572) is known color: Ocean Green. HEX triplet: 49, 95 and 72. RGB value is (73,149,114). Sum of RGB (Red+Green+Blue) = 73+149+114=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #499572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499572 is #B66A8D. Grayscale: #7A7A7A. Windows color (decimal): -11954830 or 7509321. OLE color: 7509321.

HSL color Cylindrical-coordinate representation of color #499572: hue angle of 152.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499572 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 114 -
CMYK 0.51 0 0.23 0.42
HSL 152.37º 0.34% 0.44% -
HSV(B) 152.37º 0.51% 0.58% -
XYZ 16.53 24.13 19.71 -
YUV 122.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 73 149 114 0.51 0 0.23 0.42 152.37 0.34 0.44
Hex 49 95 72 33 0 17 2A 98 22 2C
Octal 111 225 162 63 0 27 52 230 42 54
Binary 1001001 10010101 1110010 110011 0 10111 101010 10011000 100010 101100

Color Harmonies of #499572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499572

Black with #499572

Text Example


Text Example

White with #499572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499572; }

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

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

background-color css

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

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

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

border-color css

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

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

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