Html Css Color HEX #499E68 Ocean Green

📋 copy color: '#499E68'

red 73 ◦ green 158 ◦ blue 104

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

Shades of Ocean Green #499E68

Tints of Ocean Green #499E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 21.79%
G = 47.16%
B = 31.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#499E68 (or 0x499E68) is known color: Ocean Green. HEX triplet: 49, 9E and 68. RGB value is (73,158,104). Sum of RGB (Red+Green+Blue) = 73+158+104=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #499E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499E68 is #B66197. Grayscale: #7E7E7E. Windows color (decimal): -11952536 or 6856265. OLE color: 6856265.

HSL color Cylindrical-coordinate representation of color #499E68: hue angle of 141.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E68 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 158 104 -
CMYK 0.54 0 0.34 0.38
HSL 141.88º 0.37% 0.45% -
HSV(B) 141.88º 0.54% 0.62% -
XYZ 17.47 26.87 17.36 -
YUV 126.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 73 158 104 0.54 0 0.34 0.38 141.88 0.37 0.45
Hex 49 9E 68 36 0 22 26 8E 25 2D
Octal 111 236 150 66 0 42 46 216 45 55
Binary 1001001 10011110 1101000 110110 0 100010 100110 10001110 100101 101101

Color Harmonies of #499E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E68

Black with #499E68

Text Example


Text Example

White with #499E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499E68; }

 p { color: rgb(73,158,104); }

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

background-color css

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

 a { background-color: rgb(73,158,104); }

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

border-color css

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

 span { border-color: rgb(73,158,104); }

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