Html Css Color HEX #499675 Ocean Green

📋 copy color: '#499675'

red 73 ◦ green 150 ◦ blue 117

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

Shades of Ocean Green #499675

Tints of Ocean Green #499675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 21.47%
G = 44.12%
B = 34.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#499675 (or 0x499675) is known color: Ocean Green. HEX triplet: 49, 96 and 75. RGB value is (73,150,117). Sum of RGB (Red+Green+Blue) = 73+150+117=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #499675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499675 is #B6698A. Grayscale: #7B7B7B. Windows color (decimal): -11954571 or 7706185. OLE color: 7706185.

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

Color convert

RGB 73 150 117 -
CMYK 0.51 0 0.22 0.41
HSL 154.29º 0.35% 0.44% -
HSV(B) 154.29º 0.51% 0.59% -
XYZ 16.86 24.51 20.67 -
YUV 123.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 73 150 117 0.51 0 0.22 0.41 154.29 0.35 0.44
Hex 49 96 75 33 0 16 29 9A 23 2C
Octal 111 226 165 63 0 26 51 232 43 54
Binary 1001001 10010110 1110101 110011 0 10110 101001 10011010 100011 101100

Color Harmonies of #499675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499675

Black with #499675

Text Example


Text Example

White with #499675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499675; }

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

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

background-color css

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

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

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

border-color css

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

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

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