Html Css Color HEX #549670 Ocean Green

📋 copy color: '#549670'

red 84 ◦ green 150 ◦ blue 112

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

Shades of Ocean Green #549670

Tints of Ocean Green #549670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 24.28%
G = 43.35%
B = 32.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#549670 (or 0x549670) is known color: Ocean Green. HEX triplet: 54, 96 and 70. RGB value is (84,150,112). Sum of RGB (Red+Green+Blue) = 84+150+112=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #549670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549670 is #AB698F. Grayscale: #7E7E7E. Windows color (decimal): -11233680 or 7378516. OLE color: 7378516.

HSL color Cylindrical-coordinate representation of color #549670: hue angle of 145.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549670 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 112 -
CMYK 0.44 0 0.25 0.41
HSL 145.45º 0.28% 0.46% -
HSV(B) 145.45º 0.44% 0.59% -
XYZ 17.49 24.87 19.21 -
YUV 125.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 84 150 112 0.44 0 0.25 0.41 145.45 0.28 0.46
Hex 54 96 70 2C 0 19 29 91 1C 2E
Octal 124 226 160 54 0 31 51 221 34 56
Binary 1010100 10010110 1110000 101100 0 11001 101001 10010001 11100 101110

Color Harmonies of #549670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549670

Black with #549670

Text Example


Text Example

White with #549670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549670; }

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

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

background-color css

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

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

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

border-color css

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

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

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