Html Css Color HEX #549873 Ocean Green

📋 copy color: '#549873'

red 84 ◦ green 152 ◦ blue 115

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

Shades of Ocean Green #549873

Tints of Ocean Green #549873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 23.93%
G = 43.3%
B = 32.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#549873 (or 0x549873) is known color: Ocean Green. HEX triplet: 54, 98 and 73. RGB value is (84,152,115). Sum of RGB (Red+Green+Blue) = 84+152+115=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #549873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549873 is #AB678C. Grayscale: #7F7F7F. Windows color (decimal): -11233165 or 7575636. OLE color: 7575636.

HSL color Cylindrical-coordinate representation of color #549873: hue angle of 147.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549873 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 115 -
CMYK 0.45 0 0.24 0.40
HSL 147.35º 0.29% 0.46% -
HSV(B) 147.35º 0.45% 0.6% -
XYZ 17.98 25.58 20.21 -
YUV 127.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 84 152 115 0.45 0 0.24 0.40 147.35 0.29 0.46
Hex 54 98 73 2D 0 18 28 93 1D 2E
Octal 124 230 163 55 0 30 50 223 35 56
Binary 1010100 10011000 1110011 101101 0 11000 101000 10010011 11101 101110

Color Harmonies of #549873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549873

Black with #549873

Text Example


Text Example

White with #549873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549873; }

 p { color: rgb(84,152,115); }

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

background-color css

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

 a { background-color: rgb(84,152,115); }

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

border-color css

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

 span { border-color: rgb(84,152,115); }

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