Html Css Color HEX #549370 Ocean Green

📋 copy color: '#549370'

red 84 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #549370

Tints of Ocean Green #549370

RGB

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

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

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

R = 24.49%
G = 42.86%
B = 32.65%

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

#549370 (or 0x549370) is known color: Ocean Green. HEX triplet: 54, 93 and 70. RGB value is (84,147,112). Sum of RGB (Red+Green+Blue) = 84+147+112=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #549370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549370 is #AB6C8F. Grayscale: #7C7C7C. Windows color (decimal): -11234448 or 7377748. OLE color: 7377748.

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

Color convert

RGB 84 147 112 -
CMYK 0.43 0 0.24 0.42
HSL 146.67º 0.27% 0.45% -
HSV(B) 146.67º 0.43% 0.58% -
XYZ 17.01 23.92 19.05 -
YUV 124.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 84 147 112 0.43 0 0.24 0.42 146.67 0.27 0.45
Hex 54 93 70 2B 0 18 2A 93 1B 2D
Octal 124 223 160 53 0 30 52 223 33 55
Binary 1010100 10010011 1110000 101011 0 11000 101010 10010011 11011 101101

Color Harmonies of #549370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549370

Black with #549370

Text Example


Text Example

White with #549370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549370; }

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

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

background-color css

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

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

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

border-color css

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

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

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