Html Css Color HEX #499368 Ocean Green

📋 copy color: '#499368'

red 73 ◦ green 147 ◦ blue 104

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

Shades of Ocean Green #499368

Tints of Ocean Green #499368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 22.53%
G = 45.37%
B = 32.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#499368 (or 0x499368) is known color: Ocean Green. HEX triplet: 49, 93 and 68. RGB value is (73,147,104). Sum of RGB (Red+Green+Blue) = 73+147+104=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #499368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499368 is #B66C97. Grayscale: #787878. Windows color (decimal): -11955352 or 6853449. OLE color: 6853449.

HSL color Cylindrical-coordinate representation of color #499368: hue angle of 145.14º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499368 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 104 -
CMYK 0.50 0 0.29 0.42
HSL 145.14º 0.34% 0.43% -
HSV(B) 145.14º 0.5% 0.58% -
XYZ 15.68 23.28 16.76 -
YUV 119.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 73 147 104 0.50 0 0.29 0.42 145.14 0.34 0.43
Hex 49 93 68 32 0 1D 2A 91 22 2B
Octal 111 223 150 62 0 35 52 221 42 53
Binary 1001001 10010011 1101000 110010 0 11101 101010 10010001 100010 101011

Color Harmonies of #499368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499368

Black with #499368

Text Example


Text Example

White with #499368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499368; }

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

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

background-color css

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

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

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

border-color css

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

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

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