Html Css Color HEX #499978 Ocean Green

📋 copy color: '#499978'

red 73 ◦ green 153 ◦ blue 120

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

Shades of Ocean Green #499978

Tints of Ocean Green #499978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 21.1%
G = 44.22%
B = 34.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#499978 (or 0x499978) is known color: Ocean Green. HEX triplet: 49, 99 and 78. RGB value is (73,153,120). Sum of RGB (Red+Green+Blue) = 73+153+120=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #499978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499978 is #B66687. Grayscale: #7D7D7D. Windows color (decimal): -11953800 or 7903561. OLE color: 7903561.

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

Color convert

RGB 73 153 120 -
CMYK 0.52 0 0.22 0.4
HSL 155.25º 0.35% 0.44% -
HSV(B) 155.25º 0.52% 0.6% -
XYZ 17.53 25.56 21.78 -
YUV 125.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 73 153 120 0.52 0 0.22 0.4 155.25 0.35 0.44
Hex 49 99 78 34 0 16 28 9B 23 2C
Octal 111 231 170 64 0 26 50 233 43 54
Binary 1001001 10011001 1111000 110100 0 10110 101000 10011011 100011 101100

Color Harmonies of #499978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499978

Black with #499978

Text Example


Text Example

White with #499978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499978; }

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

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

background-color css

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

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

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

border-color css

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

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

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