Html Css Color HEX #549C77 Ocean Green

📋 copy color: '#549C77'

red 84 ◦ green 156 ◦ blue 119

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

Shades of Ocean Green #549C77

Tints of Ocean Green #549C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.45%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 23.4%
G = 43.45%
B = 33.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#549C77 (or 0x549C77) is known color: Ocean Green. HEX triplet: 54, 9C and 77. RGB value is (84,156,119). Sum of RGB (Red+Green+Blue) = 84+156+119=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #549C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C77 is #AB6388. Grayscale: #828282. Windows color (decimal): -11232137 or 7838804. OLE color: 7838804.

HSL color Cylindrical-coordinate representation of color #549C77: hue angle of 149.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C77 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 119 -
CMYK 0.46 0 0.24 0.39
HSL 149.17º 0.3% 0.47% -
HSV(B) 149.17º 0.46% 0.61% -
XYZ 18.87 26.99 21.67 -
YUV 130.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 84 156 119 0.46 0 0.24 0.39 149.17 0.3 0.47
Hex 54 9C 77 2E 0 18 27 95 1E 2F
Octal 124 234 167 56 0 30 47 225 36 57
Binary 1010100 10011100 1110111 101110 0 11000 100111 10010101 11110 101111

Color Harmonies of #549C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C77

Black with #549C77

Text Example


Text Example

White with #549C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,156,119); }

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

background-color css

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

 a { background-color: rgb(84,156,119); }

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

border-color css

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

 span { border-color: rgb(84,156,119); }

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