Html Css Color HEX #499970 Ocean Green

📋 copy color: '#499970'

red 73 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #499970

Tints of Ocean Green #499970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 21.6%
G = 45.27%
B = 33.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#499970 (or 0x499970) is known color: Ocean Green. HEX triplet: 49, 99 and 70. RGB value is (73,153,112). Sum of RGB (Red+Green+Blue) = 73+153+112=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #499970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499970 is #B6668F. Grayscale: #7C7C7C. Windows color (decimal): -11953808 or 7379273. OLE color: 7379273.

HSL color Cylindrical-coordinate representation of color #499970: hue angle of 149.25º 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 #499970 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 112 -
CMYK 0.52 0 0.27 0.4
HSL 149.25º 0.35% 0.44% -
HSV(B) 149.25º 0.52% 0.6% -
XYZ 17.06 25.37 19.33 -
YUV 124.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 73 153 112 0.52 0 0.27 0.4 149.25 0.35 0.44
Hex 49 99 70 34 0 1B 28 95 23 2C
Octal 111 231 160 64 0 33 50 225 43 54
Binary 1001001 10011001 1110000 110100 0 11011 101000 10010101 100011 101100

Color Harmonies of #499970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499970

Black with #499970

Text Example


Text Example

White with #499970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499970; }

 p { color: rgb(73,153,112); }

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

background-color css

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

 a { background-color: rgb(73,153,112); }

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

border-color css

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

 span { border-color: rgb(73,153,112); }

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