Html Css Color HEX #499B75 Ocean Green

📋 copy color: '#499B75'

red 73 ◦ green 155 ◦ blue 117

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

Shades of Ocean Green #499B75

Tints of Ocean Green #499B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 21.16%
G = 44.93%
B = 33.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#499B75 (or 0x499B75) is known color: Ocean Green. HEX triplet: 49, 9B and 75. RGB value is (73,155,117). Sum of RGB (Red+Green+Blue) = 73+155+117=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #499B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B75 is #B6648A. Grayscale: #7E7E7E. Windows color (decimal): -11953291 or 7707465. OLE color: 7707465.

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

Color convert

RGB 73 155 117 -
CMYK 0.53 0 0.25 0.39
HSL 152.2º 0.36% 0.45% -
HSV(B) 152.2º 0.53% 0.61% -
XYZ 17.68 26.14 20.94 -
YUV 126.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 73 155 117 0.53 0 0.25 0.39 152.2 0.36 0.45
Hex 49 9B 75 35 0 19 27 98 24 2D
Octal 111 233 165 65 0 31 47 230 44 55
Binary 1001001 10011011 1110101 110101 0 11001 100111 10011000 100100 101101

Color Harmonies of #499B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B75

Black with #499B75

Text Example


Text Example

White with #499B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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