Html Css Color HEX #499468 Ocean Green

📋 copy color: '#499468'

red 73 ◦ green 148 ◦ blue 104

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

Shades of Ocean Green #499468

Tints of Ocean Green #499468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

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

R = 22.46%
G = 45.54%
B = 32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#499468 (or 0x499468) is known color: Ocean Green. HEX triplet: 49, 94 and 68. RGB value is (73,148,104). Sum of RGB (Red+Green+Blue) = 73+148+104=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #499468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499468 is #B66B97. Grayscale: #787878. Windows color (decimal): -11955096 or 6853705. OLE color: 6853705.

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

Color convert

RGB 73 148 104 -
CMYK 0.51 0 0.30 0.42
HSL 144.8º 0.34% 0.43% -
HSV(B) 144.8º 0.51% 0.58% -
XYZ 15.84 23.6 16.82 -
YUV 120.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 73 148 104 0.51 0 0.30 0.42 144.8 0.34 0.43
Hex 49 94 68 33 0 1E 2A 91 22 2B
Octal 111 224 150 63 0 36 52 221 42 53
Binary 1001001 10010100 1101000 110011 0 11110 101010 10010001 100010 101011

Color Harmonies of #499468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499468

Black with #499468

Text Example


Text Example

White with #499468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499468; }

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

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

background-color css

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

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

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

border-color css

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

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

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