Html Css Color HEX #499C6A Ocean Green

📋 copy color: '#499C6A'

red 73 ◦ green 156 ◦ blue 106

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

Shades of Ocean Green #499C6A

Tints of Ocean Green #499C6A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.57%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 21.79%
G = 46.57%
B = 31.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#499C6A (or 0x499C6A) is known color: Ocean Green. HEX triplet: 49, 9C and 6A. RGB value is (73,156,106). Sum of RGB (Red+Green+Blue) = 73+156+106=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #499C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C6A is #B66395. Grayscale: #7D7D7D. Windows color (decimal): -11953046 or 6986825. OLE color: 6986825.

HSL color Cylindrical-coordinate representation of color #499C6A: hue angle of 143.86º 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 #499C6A is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 106 -
CMYK 0.53 0 0.32 0.39
HSL 143.86º 0.36% 0.45% -
HSV(B) 143.86º 0.53% 0.61% -
XYZ 17.24 26.23 17.79 -
YUV 125.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 73 156 106 0.53 0 0.32 0.39 143.86 0.36 0.45
Hex 49 9C 6A 35 0 20 27 90 24 2D
Octal 111 234 152 65 0 40 47 220 44 55
Binary 1001001 10011100 1101010 110101 0 100000 100111 10010000 100100 101101

Color Harmonies of #499C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C6A

Black with #499C6A

Text Example


Text Example

White with #499C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,106); }

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

background-color css

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

 a { background-color: rgb(73,156,106); }

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

border-color css

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

 span { border-color: rgb(73,156,106); }

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