Html Css Color HEX #499B70 Ocean Green

📋 copy color: '#499B70'

red 73 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #499B70

Tints of Ocean Green #499B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

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

R = 21.47%
G = 45.59%
B = 32.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#499B70 (or 0x499B70) is known color: Ocean Green. HEX triplet: 49, 9B and 70. RGB value is (73,155,112). Sum of RGB (Red+Green+Blue) = 73+155+112=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #499B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B70 is #B6648F. Grayscale: #7D7D7D. Windows color (decimal): -11953296 or 7379785. OLE color: 7379785.

HSL color Cylindrical-coordinate representation of color #499B70: hue angle of 148.54º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B70 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 112 -
CMYK 0.53 0 0.28 0.39
HSL 148.54º 0.36% 0.45% -
HSV(B) 148.54º 0.53% 0.61% -
XYZ 17.39 26.03 19.44 -
YUV 125.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 73 155 112 0.53 0 0.28 0.39 148.54 0.36 0.45
Hex 49 9B 70 35 0 1C 27 95 24 2D
Octal 111 233 160 65 0 34 47 225 44 55
Binary 1001001 10011011 1110000 110101 0 11100 100111 10010101 100100 101101

Color Harmonies of #499B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B70

Black with #499B70

Text Example


Text Example

White with #499B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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