Html Css Color HEX #549575 Ocean Green

📋 copy color: '#549575'

red 84 ◦ green 149 ◦ blue 117

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

Shades of Ocean Green #549575

Tints of Ocean Green #549575

RGB

 RED value IS 84 (33.2% from 255) = 24%

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 24%
G = 42.57%
B = 33.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#549575 (or 0x549575) is known color: Ocean Green. HEX triplet: 54, 95 and 75. RGB value is (84,149,117). Sum of RGB (Red+Green+Blue) = 84+149+117=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #549575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549575 is #AB6A8A. Grayscale: #7D7D7D. Windows color (decimal): -11233931 or 7705940. OLE color: 7705940.

HSL color Cylindrical-coordinate representation of color #549575: hue angle of 150.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549575 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 117 -
CMYK 0.44 0 0.21 0.42
HSL 150.46º 0.28% 0.46% -
HSV(B) 150.46º 0.44% 0.58% -
XYZ 17.61 24.66 20.66 -
YUV 125.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 84 149 117 0.44 0 0.21 0.42 150.46 0.28 0.46
Hex 54 95 75 2C 0 15 2A 96 1C 2E
Octal 124 225 165 54 0 25 52 226 34 56
Binary 1010100 10010101 1110101 101100 0 10101 101010 10010110 11100 101110

Color Harmonies of #549575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549575

Black with #549575

Text Example


Text Example

White with #549575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549575; }

 p { color: rgb(84,149,117); }

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

background-color css

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

 a { background-color: rgb(84,149,117); }

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

border-color css

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

 span { border-color: rgb(84,149,117); }

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