Html Css Color HEX #549F74 Ocean Green

📋 copy color: '#549F74'

red 84 ◦ green 159 ◦ blue 116

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

Shades of Ocean Green #549F74

Tints of Ocean Green #549F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 23.4%
G = 44.29%
B = 32.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#549F74 (or 0x549F74) is known color: Ocean Green. HEX triplet: 54, 9F and 74. RGB value is (84,159,116). Sum of RGB (Red+Green+Blue) = 84+159+116=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #549F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F74 is #AB608B. Grayscale: #838383. Windows color (decimal): -11231372 or 7642964. OLE color: 7642964.

HSL color Cylindrical-coordinate representation of color #549F74: hue angle of 145.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F74 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 116 -
CMYK 0.47 0 0.27 0.38
HSL 145.6º 0.31% 0.48% -
HSV(B) 145.6º 0.47% 0.62% -
XYZ 19.21 27.94 20.9 -
YUV 131.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 84 159 116 0.47 0 0.27 0.38 145.6 0.31 0.48
Hex 54 9F 74 2F 0 1B 26 92 1F 30
Octal 124 237 164 57 0 33 46 222 37 60
Binary 1010100 10011111 1110100 101111 0 11011 100110 10010010 11111 110000

Color Harmonies of #549F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F74

Black with #549F74

Text Example


Text Example

White with #549F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549F74; }

 p { color: rgb(84,159,116); }

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

background-color css

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

 a { background-color: rgb(84,159,116); }

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

border-color css

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

 span { border-color: rgb(84,159,116); }

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