Html Css Color HEX #499F67 Ocean Green

📋 copy color: '#499F67'

red 73 ◦ green 159 ◦ blue 103

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

Shades of Ocean Green #499F67

Tints of Ocean Green #499F67

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.46%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 21.79%
G = 47.46%
B = 30.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#499F67 (or 0x499F67) is known color: Ocean Green. HEX triplet: 49, 9F and 67. RGB value is (73,159,103). Sum of RGB (Red+Green+Blue) = 73+159+103=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #499F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F67 is #B66098. Grayscale: #7F7F7F. Windows color (decimal): -11952281 or 6790985. OLE color: 6790985.

HSL color Cylindrical-coordinate representation of color #499F67: hue angle of 140.93º 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 #499F67 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 103 -
CMYK 0.54 0 0.35 0.38
HSL 140.93º 0.37% 0.45% -
HSV(B) 140.93º 0.54% 0.62% -
XYZ 17.59 27.19 17.15 -
YUV 126.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 73 159 103 0.54 0 0.35 0.38 140.93 0.37 0.45
Hex 49 9F 67 36 0 23 26 8D 25 2D
Octal 111 237 147 66 0 43 46 215 45 55
Binary 1001001 10011111 1100111 110110 0 100011 100110 10001101 100101 101101

Color Harmonies of #499F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F67

Black with #499F67

Text Example


Text Example

White with #499F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,103); }

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

background-color css

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

 a { background-color: rgb(73,159,103); }

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

border-color css

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

 span { border-color: rgb(73,159,103); }

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