Html Css Color HEX #549470 Ocean Green

📋 copy color: '#549470'

red 84 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #549470

Tints of Ocean Green #549470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 24.42%
G = 43.02%
B = 32.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#549470 (or 0x549470) is known color: Ocean Green. HEX triplet: 54, 94 and 70. RGB value is (84,148,112). Sum of RGB (Red+Green+Blue) = 84+148+112=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #549470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549470 is #AB6B8F. Grayscale: #7C7C7C. Windows color (decimal): -11234192 or 7378004. OLE color: 7378004.

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

Color convert

RGB 84 148 112 -
CMYK 0.43 0 0.24 0.42
HSL 146.25º 0.28% 0.45% -
HSV(B) 146.25º 0.43% 0.58% -
XYZ 17.17 24.23 19.1 -
YUV 124.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 84 148 112 0.43 0 0.24 0.42 146.25 0.28 0.45
Hex 54 94 70 2B 0 18 2A 92 1C 2D
Octal 124 224 160 53 0 30 52 222 34 55
Binary 1010100 10010100 1110000 101011 0 11000 101010 10010010 11100 101101

Color Harmonies of #549470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549470

Black with #549470

Text Example


Text Example

White with #549470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549470; }

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

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

background-color css

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

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

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

border-color css

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

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

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