Html Css Color HEX #499568 Ocean Green

📋 copy color: '#499568'

red 73 ◦ green 149 ◦ blue 104

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

Shades of Ocean Green #499568

Tints of Ocean Green #499568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

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

R = 22.39%
G = 45.71%
B = 31.9%

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

#499568 (or 0x499568) is known color: Ocean Green. HEX triplet: 49, 95 and 68. RGB value is (73,149,104). Sum of RGB (Red+Green+Blue) = 73+149+104=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #499568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499568 is #B66A97. Grayscale: #797979. Windows color (decimal): -11954840 or 6853961. OLE color: 6853961.

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

Color convert

RGB 73 149 104 -
CMYK 0.51 0 0.30 0.42
HSL 144.47º 0.34% 0.44% -
HSV(B) 144.47º 0.51% 0.58% -
XYZ 15.99 23.91 16.87 -
YUV 121.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 73 149 104 0.51 0 0.30 0.42 144.47 0.34 0.44
Hex 49 95 68 33 0 1E 2A 90 22 2C
Octal 111 225 150 63 0 36 52 220 42 54
Binary 1001001 10010101 1101000 110011 0 11110 101010 10010000 100010 101100

Color Harmonies of #499568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499568

Black with #499568

Text Example


Text Example

White with #499568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499568; }

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

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

background-color css

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

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

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

border-color css

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

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

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