#549C67

Color #549C67 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #549C67

Tints of Ocean Green #549C67

Color information

#549C67 (or 0x549C67) is unknown color: approx Ocean Green. HEX triplet: 54, 9C and 67. RGB value is (84,156,103). Sum of RGB (Red+Green+Blue) = 84+156+103=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #549C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C67 is #AB6398. Grayscale: #808080. Windows color (decimal): -11232153 or 6790228. OLE color: 6790228.

HSL color Cylindrical-coordinate representation of color #549C67: hue angle of 135.83º 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 #549C67 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB84156103-
CMYK0.4600.340.39
HSL135.83º30%47.06%-
HSV(B)135.83º46.15%61.18%-
XYZ17.9926.6417.03-
YUV128.43113.6596.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=24.49%
G=45.48%
B=30.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841561030.4600.340.39135.833047.06
Hex549C672E02227881e2f
Octal12423414756042472103657
Binary101010010011100110011110111001000101001111000100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #549C67;
 }
 .AnyTagClassName
 {
   color: #549C67;
 }
</style>
background-color css

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

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

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

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

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

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