Html Css Color HEX #549572 Ocean Green

📋 copy color: '#549572'

red 84 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #549572

Tints of Ocean Green #549572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 24.21%
G = 42.94%
B = 32.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#549572 (or 0x549572) is known color: Ocean Green. HEX triplet: 54, 95 and 72. RGB value is (84,149,114). Sum of RGB (Red+Green+Blue) = 84+149+114=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #549572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549572 is #AB6A8D. Grayscale: #7D7D7D. Windows color (decimal): -11233934 or 7509332. OLE color: 7509332.

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

Color convert

RGB 84 149 114 -
CMYK 0.44 0 0.23 0.42
HSL 147.69º 0.28% 0.46% -
HSV(B) 147.69º 0.44% 0.58% -
XYZ 17.44 24.59 19.75 -
YUV 125.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 84 149 114 0.44 0 0.23 0.42 147.69 0.28 0.46
Hex 54 95 72 2C 0 17 2A 94 1C 2E
Octal 124 225 162 54 0 27 52 224 34 56
Binary 1010100 10010101 1110010 101100 0 10111 101010 10010100 11100 101110

Color Harmonies of #549572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549572

Black with #549572

Text Example


Text Example

White with #549572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549572; }

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

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

background-color css

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

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

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

border-color css

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

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

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