Html Css Color HEX #549574 Ocean Green

📋 copy color: '#549574'

red 84 ◦ green 149 ◦ blue 116

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

Shades of Ocean Green #549574

Tints of Ocean Green #549574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 24.07%
G = 42.69%
B = 33.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#549574 (or 0x549574) is known color: Ocean Green. HEX triplet: 54, 95 and 74. RGB value is (84,149,116). Sum of RGB (Red+Green+Blue) = 84+149+116=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #549574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549574 is #AB6A8B. Grayscale: #7D7D7D. Windows color (decimal): -11233932 or 7640404. OLE color: 7640404.

HSL color Cylindrical-coordinate representation of color #549574: hue angle of 149.54º 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 #549574 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 116 -
CMYK 0.44 0 0.22 0.42
HSL 149.54º 0.28% 0.46% -
HSV(B) 149.54º 0.44% 0.58% -
XYZ 17.56 24.64 20.35 -
YUV 125.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 84 149 116 0.44 0 0.22 0.42 149.54 0.28 0.46
Hex 54 95 74 2C 0 16 2A 96 1C 2E
Octal 124 225 164 54 0 26 52 226 34 56
Binary 1010100 10010101 1110100 101100 0 10110 101010 10010110 11100 101110

Color Harmonies of #549574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549574

Black with #549574

Text Example


Text Example

White with #549574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549574; }

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

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

background-color css

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

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

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

border-color css

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

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

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