Html Css Color HEX #499673 Ocean Green

📋 copy color: '#499673'

red 73 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #499673

Tints of Ocean Green #499673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 21.6%
G = 44.38%
B = 34.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#499673 (or 0x499673) is known color: Ocean Green. HEX triplet: 49, 96 and 73. RGB value is (73,150,115). Sum of RGB (Red+Green+Blue) = 73+150+115=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #499673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499673 is #B6698C. Grayscale: #7B7B7B. Windows color (decimal): -11954573 or 7575113. OLE color: 7575113.

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

Color convert

RGB 73 150 115 -
CMYK 0.51 0 0.23 0.41
HSL 152.73º 0.35% 0.44% -
HSV(B) 152.73º 0.51% 0.59% -
XYZ 16.75 24.47 20.06 -
YUV 122.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 73 150 115 0.51 0 0.23 0.41 152.73 0.35 0.44
Hex 49 96 73 33 0 17 29 99 23 2C
Octal 111 226 163 63 0 27 51 231 43 54
Binary 1001001 10010110 1110011 110011 0 10111 101001 10011001 100011 101100

Color Harmonies of #499673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499673

Black with #499673

Text Example


Text Example

White with #499673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499673; }

 p { color: rgb(73,150,115); }

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

background-color css

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

 a { background-color: rgb(73,150,115); }

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

border-color css

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

 span { border-color: rgb(73,150,115); }

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