Html Css Color HEX #499868 Ocean Green

📋 copy color: '#499868'

red 73 ◦ green 152 ◦ blue 104

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

Shades of Ocean Green #499868

Tints of Ocean Green #499868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

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

R = 22.19%
G = 46.2%
B = 31.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#499868 (or 0x499868) is known color: Ocean Green. HEX triplet: 49, 98 and 68. RGB value is (73,152,104). Sum of RGB (Red+Green+Blue) = 73+152+104=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #499868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499868 is #B66797. Grayscale: #7B7B7B. Windows color (decimal): -11954072 or 6854729. OLE color: 6854729.

HSL color Cylindrical-coordinate representation of color #499868: hue angle of 143.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499868 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 104 -
CMYK 0.52 0 0.32 0.40
HSL 143.54º 0.35% 0.44% -
HSV(B) 143.54º 0.52% 0.6% -
XYZ 16.47 24.87 17.03 -
YUV 122.91 117.33 92.4 -
System Red Green Blue C M Y K H S L
Decimal 73 152 104 0.52 0 0.32 0.40 143.54 0.35 0.44
Hex 49 98 68 34 0 20 28 90 23 2C
Octal 111 230 150 64 0 40 50 220 43 54
Binary 1001001 10011000 1101000 110100 0 100000 101000 10010000 100011 101100

Color Harmonies of #499868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499868

Black with #499868

Text Example


Text Example

White with #499868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499868; }

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

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

background-color css

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

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

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

border-color css

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

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

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