Html Css Color HEX #549371 Ocean Green

📋 copy color: '#549371'

red 84 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #549371

Tints of Ocean Green #549371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 24.42%
G = 42.73%
B = 32.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#549371 (or 0x549371) is known color: Ocean Green. HEX triplet: 54, 93 and 71. RGB value is (84,147,113). Sum of RGB (Red+Green+Blue) = 84+147+113=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #549371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549371 is #AB6C8E. Grayscale: #7C7C7C. Windows color (decimal): -11234447 or 7443284. OLE color: 7443284.

HSL color Cylindrical-coordinate representation of color #549371: hue angle of 147.62º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549371 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 113 -
CMYK 0.43 0 0.23 0.42
HSL 147.62º 0.27% 0.45% -
HSV(B) 147.62º 0.43% 0.58% -
XYZ 17.07 23.94 19.34 -
YUV 124.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 84 147 113 0.43 0 0.23 0.42 147.62 0.27 0.45
Hex 54 93 71 2B 0 17 2A 94 1B 2D
Octal 124 223 161 53 0 27 52 224 33 55
Binary 1010100 10010011 1110001 101011 0 10111 101010 10010100 11011 101101

Color Harmonies of #549371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549371

Black with #549371

Text Example


Text Example

White with #549371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549371; }

 p { color: rgb(84,147,113); }

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

background-color css

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

 a { background-color: rgb(84,147,113); }

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

border-color css

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

 span { border-color: rgb(84,147,113); }

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