Html Css Color HEX #549472 Ocean Green

📋 copy color: '#549472'

red 84 ◦ green 148 ◦ blue 114

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

Shades of Ocean Green #549472

Tints of Ocean Green #549472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 24.28%
G = 42.77%
B = 32.95%

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

#549472 (or 0x549472) is known color: Ocean Green. HEX triplet: 54, 94 and 72. RGB value is (84,148,114). Sum of RGB (Red+Green+Blue) = 84+148+114=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #549472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549472 is #AB6B8D. Grayscale: #7D7D7D. Windows color (decimal): -11234190 or 7509076. OLE color: 7509076.

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

Color convert

RGB 84 148 114 -
CMYK 0.43 0 0.23 0.42
HSL 148.13º 0.28% 0.45% -
HSV(B) 148.13º 0.43% 0.58% -
XYZ 17.28 24.28 19.7 -
YUV 124.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 84 148 114 0.43 0 0.23 0.42 148.13 0.28 0.45
Hex 54 94 72 2B 0 17 2A 94 1C 2D
Octal 124 224 162 53 0 27 52 224 34 55
Binary 1010100 10010100 1110010 101011 0 10111 101010 10010100 11100 101101

Color Harmonies of #549472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549472

Black with #549472

Text Example


Text Example

White with #549472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549472; }

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

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

background-color css

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

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

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

border-color css

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

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

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